@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: AllergyIntolerance

Resource AllergyIntolerance "example0"

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

type: allergy

code: Ibuprofen (SNOMED CT#387207008)

patient: Patient/example1: Harry DAN " DAN"

onset: 2016-03-07

recorder: Practitioner/example0: Dr Helen Mayo " MAYO"

Reactions

-Manifestation
*Urticaria (SNOMED CT#126485001)
" ] ; # 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: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:type [ fhir:v "allergy"] ; # fhir:code [ fhir:coding ( [ a sct:387207008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "387207008" ] ; fhir:display [ fhir:v "Ibuprofen" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example1" ] ; fhir:display [ fhir:v "Harry DAN" ] ] ; # fhir:onset [ fhir:v "2016-03-07"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ; fhir:display [ fhir:v "Dr Helen Mayo" ] ] ; # 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" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------