@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "82a1d56cc25f729f458169cf7b899ba7"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.medtechglobal.com/StructureDefinition/medtech-allergyintolerance-ips"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div ""^^rdf:XMLLiteral ] ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b" ] ] ; # fhir:onset [ a fhir:dateTime ; fhir:v "2021-04-21T17:08:06.000+12:00"^^xsd:dateTime ] ; # fhir:recordedDate [ fhir:v "2021-04-21T17:08:17.000+12:00"^^xsd:dateTime] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Allergy to Peanuts" ] ] ) . # # -------------------------------------------------------------------------------------