@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "peanut-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-allergyintolerance-mcv-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: AllergyIntolerance peanut-01

clinicalStatus: Active

code: Peanut

patient: Lily Zhu Female, DoB: 1986-04-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

Reactions

-Manifestation
*Urticaria
" ] ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:code [ fhir:coding ( [ a sct:762952008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "762952008" ] ; fhir:display [ fhir:v "Peanut" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/zhu-lily" ] ] ; # fhir:reaction ( [ fhir:manifestation ( [ fhir:coding ( [ a sct:126485001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "126485001" ] ; fhir:display [ fhir:v "Urticaria" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------