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

Profile: CH VACD AllergyIntolerance Profile

identifier: id: 00476f5f-f3b7-4e49-9b52-5ec88d65c18e

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

code: Allergy to component of vaccine product containing Salmonella enterica subspecies enterica serovar Typhi antigen (finding) (SNOMED CT#294659004)

patient: Patient/TC-patient \" WEGMUELLER\"

onset: 2021-10-06

recordedDate: 2021-10-06

recorder: PractitionerRole/TC-HCP1-ORG1-ROLE-author

lastOccurrence: 2021-10-06

" ]; fhir:AllergyIntolerance.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.402.1.3.1.1.2" ]; fhir:Identifier.value [ fhir:value "00476f5f-f3b7-4e49-9b52-5ec88d65c18e" ] ]; 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.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:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:294659004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "294659004" ]; fhir:Coding.display [ fhir:value "Allergy to component of vaccine product containing Salmonella enterica subspecies enterica serovar Typhi antigen (finding)" ] ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/TC-patient" ] ]; fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2021-10-06"^^xsd:date]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2021-10-06"^^xsd:date]; fhir:AllergyIntolerance.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/TC-HCP1-ORG1-ROLE-author" ] ]; fhir:AllergyIntolerance.lastOccurrence [ fhir:value "2021-10-06"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------