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

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

type: intolerance

category: food

code: Intolerance to lactose (SNOMED CT#782415009)

patient: Patient/example4: Suzanne Simmons \" SIMMONS\"

onset: 1 year (Details: UCUM code a = 'a')

recordedDate: 2009-10-09

asserter: Practitioner/example3: Francis Fernando \" FERNANDO\"

Reactions

-SubstanceManifestation
*lactose (SNOMED CT#47703008)Abdominal pain (SNOMED CT#21522001), Abdominal bloating (SNOMED CT#116289008), Diarrhoea (SNOMED CT#62315008)
" ]; 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 "intolerance"]; fhir:AllergyIntolerance.category [ fhir:value "food"; fhir:index 0 ]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:782415009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "782415009" ]; fhir:Coding.display [ fhir:value "Intolerance to lactose" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example4" ]; fhir:Reference.display [ fhir:value "Suzanne Simmons" ] ]; fhir:AllergyIntolerance.onsetAge [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "year" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "a" ] ]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2009-10-09"^^xsd:date]; fhir:AllergyIntolerance.asserter [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example3" ]; fhir:Reference.display [ fhir:value "Francis Fernando" ] ]; fhir:AllergyIntolerance.reaction [ fhir:index 0; fhir:AllergyIntolerance.reaction.substance [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:47703008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "47703008" ]; fhir:Coding.display [ fhir:value "lactose" ] ] ]; fhir:AllergyIntolerance.reaction.manifestation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:21522001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "21522001" ]; fhir:Coding.display [ fhir:value "Abdominal pain" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; a sct:116289008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "116289008" ]; fhir:Coding.display [ fhir:value "Abdominal bloating" ] ] ], [ fhir:index 2; fhir:CodeableConcept.coding [ fhir:index 0; a sct:62315008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "62315008" ]; fhir:Coding.display [ fhir:value "Diarrhoea" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------