@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example3"] ; # 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 "example3"

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

code: No known allergy (SNOMED CT#716186003)

patient: Patient/example3: John Smith " SMITH"

recordedDate: 2010-06-11

asserter: Practitioner/example0: Helen Mayo " MAYO"

" ] ; # 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:code [ fhir:coding ( [ a sct:716186003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "716186003" ] ; fhir:display [ fhir:v "No known allergy" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example3" ] ; fhir:display [ fhir:v "John Smith" ] ] ; # fhir:recordedDate [ fhir:v "2010-06-11"^^xsd:date] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ; fhir:display [ fhir:v "Helen Mayo" ] ] . # # -------------------------------------------------------------------------------------