@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:AllergyIntolerance.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ]; fhir:Coding.code [ fhir:value "active" ]; fhir:Coding.display [ fhir:value "Active" ] ] ]; fhir:AllergyIntolerance.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ]; fhir:Coding.code [ fhir:value "confirmed" ]; fhir:Coding.display [ fhir:value "Confirmed" ] ] ]; fhir:AllergyIntolerance.type [ fhir:value "allergy"]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:387207008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "387207008" ]; fhir:Coding.display [ fhir:value "Ibuprofen" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example1" ]; fhir:Reference.display [ fhir:value "Harry DAN" ] ]; fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2016-03-07"^^xsd:date]; fhir:AllergyIntolerance.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example0" ]; fhir:Reference.display [ fhir:value "Dr Helen Mayo" ] ]; fhir:AllergyIntolerance.reaction [ fhir:index 0; fhir:AllergyIntolerance.reaction.manifestation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:126485001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "126485001" ]; fhir:Coding.display [ fhir:value "Urticaria" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------