This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "noel-allergy.v1"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-allergyintolerance"; fhir:index 0; fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-allergyintolerance> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: noel-allergy.v1</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Resolved <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'resolved' = 'Resolved)</span></p><p><b>verificationStatus</b>: Refuted <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'refuted' = 'Refuted)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Allergic to Penicillin antibacterial <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '373270004' = 'Substance with penicillin structure and antibacterial mechanism of action', given as 'Penicillin antibacterial'})</span></p><p><b>patient</b>: <a href=\"Patient-noel.html\">Generated Summary: id: noel; Social Beneficiary Identifier = 80010112344 (OFFICIAL); active; Noël Joyeux (OFFICIAL); noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME); gender: male; birthDate: 1980-01-10; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}, {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate 20}\">Married</span></a></p><p><b>onset</b>: 01-Jan-2020 00:00:00</p><p><b>recordedDate</b>: 21-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href=\"Practitioner-lenoir.html\">Generated Summary: id: lenoir; 60010112355 (OFFICIAL), 17535484332 (OFFICIAL); Katherine François (OFFICIAL); ph: 022675198(WORK), katherine.pulaski@enterprisehospital.be(WORK); gender: female; birthDate: 1979-12-11</a></p><p><b>note</b>: test results 21/02/2020</p><h3>Reactions</h3><table class=\"grid\"><tr><td>-</td><td><b>Manifestation</b></td></tr><tr><td>*</td><td>Urticaria <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '126485001' = 'Urticaria', given as 'Urticaria'})</span></td></tr></table></div>" ]; 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 "resolved" ] ] ]; 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 "refuted" ] ] ]; fhir:AllergyIntolerance.type [ fhir:value "allergy"]; fhir:AllergyIntolerance.category [ fhir:value "medication"; fhir:index 0 ]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:373270004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "373270004" ]; fhir:Coding.display [ fhir:value "Penicillin antibacterial" ] ]; fhir:CodeableConcept.text [ fhir:value "Allergic to Penicillin antibacterial" ] ]; fhir:AllergyIntolerance.patient [ fhir:Reference.reference [ fhir:value "Patient/noel" ] ]; fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2020"^^xsd:gYear]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2020-02-21T14:58:00+11:00"^^xsd:dateTime]; fhir:AllergyIntolerance.recorder [ fhir:Reference.reference [ fhir:value "Practitioner/lenoir" ] ]; fhir:AllergyIntolerance.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "test results 21/02/2020" ] ]; 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.