@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "11-1-AllergyIntolerance"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-allergyintolerances"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"11-1-AllergyIntolerance\"

Profile: CH VACD AllergyIntolerance Profile

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

code: Allergy to egg protein (finding) (SNOMED CT#213020009)

patient: Patient/3-1-Patient \" WEGMUELLER\"

recordedDate: 2004-07-11T00:00:00+02:00

recorder: PractitionerRole/6-1-PractitionerRole

" ]; 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:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:213020009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "213020009" ]; fhir:Coding.display [ fhir:value "Allergy to egg protein (finding)" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/3-1-Patient" ] ]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2004-07-11T00:00:00+02:00"^^xsd:dateTime]; fhir:AllergyIntolerance.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/6-1-PractitionerRole" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------