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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "noel-allergy.v0"]; 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.v0</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'unconfirmed' = 'Unconfirmed)</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 : {[not stated] code '373270004' = '373270004', 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>: 20-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href=\"Practitioner-durant.html\">Generated Summary: id: durant; 50010112345 (OFFICIAL), 18749704355 (OFFICIAL); Paul Durant (OFFICIAL); ph: 023544117(WORK), paul.durant@durantclinique.be(WORK); gender: male</a></p><p><b>note</b>: to be confirmed by tests.</p></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 "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:AllergyIntolerance.type [ fhir:value "allergy"]; fhir:AllergyIntolerance.category [ fhir:value "medication"; fhir:index 0 ]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.coding [ fhir:index 0; 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-20T14:58:00+11:00"^^xsd:dateTime]; fhir:AllergyIntolerance.recorder [ fhir:Reference.reference [ fhir:value "Practitioner/durant" ] ]; fhir:AllergyIntolerance.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "to be confirmed by tests." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.