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

Profile: AU Base Allergy Intolerance

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Unconfirmed (AllergyIntolerance Verification Status#unconfirmed)

type: allergy

category: food

code: Allergy to eggs (SNOMED CT#91930004)

patient: Patient/example2: Sally Grant \" GRANT\"

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

recordedDate: 2018-03-07

asserter: Patient/example2: Sally Grant \" GRANT\"

Reactions

-Manifestation
*Hives (SNOMED CT#247472004), Nausea (SNOMED CT#422587007), Vomiting (SNOMED CT#422400008)
" ]; 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 "unconfirmed" ]; fhir:Coding.display [ fhir:value "Unconfirmed" ] ] ]; fhir:AllergyIntolerance.type [ fhir:value "allergy"]; fhir:AllergyIntolerance.category [ fhir:value "food"; fhir:index 0 ]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:91930004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "91930004" ]; fhir:Coding.display [ fhir:value "Allergy to eggs" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example2" ]; fhir:Reference.display [ fhir:value "Sally Grant" ] ]; fhir:AllergyIntolerance.onsetAge [ fhir:Quantity.value [ fhir:value "4"^^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 "2018-03-07"^^xsd:date]; fhir:AllergyIntolerance.asserter [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example2" ]; fhir:Reference.display [ fhir:value "Sally Grant" ] ]; fhir:AllergyIntolerance.reaction [ fhir:index 0; fhir:AllergyIntolerance.reaction.manifestation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:247472004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "247472004" ]; fhir:Coding.display [ fhir:value "Hives" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; a sct:422587007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "422587007" ]; fhir:Coding.display [ fhir:value "Nausea" ] ] ], [ fhir:index 2; fhir:CodeableConcept.coding [ fhir:index 0; a sct:422400008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "422400008" ]; fhir:Coding.display [ fhir:value "Vomiting" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------