CH-AllergyIntolerance (R4)
1.0.0 - STU 1
This page is part of the CH-AllergyIntolerance (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.1. For a full list of available versions, see the Directory of published versions
@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 "CH-AllergyIntolerance-IPAG-Recommendation-Table-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-allergyintolerance";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-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</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"CH-AllergyIntolerance-IPAG-Recommendation-Table-1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-allergyintolerance.html\">CH Allergy Intolerance</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#unconfirmed)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>criticality</b>: low</p><p><b>code</b>: Penicillin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#764146007)</span></p><p><b>patient</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Patient/ElisabethBroennimannByBFH</a> \" BRÖNNIMANN-BERTHOLET\"</p><p><b>onset</b>: 2019-01-06</p><p><b>lastOccurrence</b>: 2019-01-05</p><p><b>note</b>: Prick-Test positiv</p><h3>Reactions</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>Note</b></td></tr><tr><td>*</td><td>, , , , , , </td><td>Amoxicillin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372687004)</span></td><td>Nausea, vomiting and diarrhea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#2919008)</span>, Itching of skin (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#418363000)</span></td><td>Itching of Skin during 24hours, 3 times vomitus</td><td>2019-01-05</td><td>moderate</td><td><div xmlns=\"http://www.w3.org/1999/xhtml\">\n <span id=\"co1\">\n respiratory tract infection whilst taking\n </span>\n </div></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 "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 "medication";
fhir:index 0
];
fhir:AllergyIntolerance.criticality [ fhir:value "low"];
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:764146007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "764146007" ];
fhir:Coding.display [ fhir:value "Penicillin (substance)" ] ]
];
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "Patient/ElisabethBroennimannByBFH" ]
];
fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2019-01-06"^^xsd:date];
fhir:AllergyIntolerance.lastOccurrence [ fhir:value "2019-01-05"^^xsd:date];
fhir:AllergyIntolerance.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "Prick-Test positiv" ]
];
fhir:AllergyIntolerance.reaction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-location" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:32361000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "32361000" ];
fhir:Coding.display [ fhir:value "Popliteal fossa structure (body structure)" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration" ];
fhir:Extension.valueDuration [
fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "h" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "h" ] ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate" ];
fhir:Extension.valueDateTime [ fhir:value "2019-01-05T18:00:00+01:00"^^xsd:dateTime ] ], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration" ];
fhir:Extension.valueDuration [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "min" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "min" ] ] ], [
fhir:index 4;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/reaction-event-certainty" ];
fhir:Coding.code [ fhir:value "likely" ];
fhir:Coding.display [ fhir:value "Likely" ] ] ] ], [
fhir:index 5;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription" ];
fhir:Extension.valueString [ fhir:value "taking 1000 mg of Amoxicillin" ] ], [
fhir:index 6;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-management" ];
fhir:Extension.valueString [ fhir:value "antihistamine" ] ];
fhir:AllergyIntolerance.reaction.substance [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:372687004;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "372687004" ];
fhir:Coding.display [ fhir:value "Amoxicillin (substance)" ] ] ];
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:2919008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "2919008" ];
fhir:Coding.display [ fhir:value "Nausea, vomiting and diarrhea" ] ] ], [
fhir:index 1;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:418363000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "418363000" ];
fhir:Coding.display [ fhir:value "Itching of skin (finding)" ] ] ];
fhir:AllergyIntolerance.reaction.description [ fhir:value "Itching of Skin during 24hours, 3 times vomitus" ];
fhir:AllergyIntolerance.reaction.onset [ fhir:value "2019-01-05"^^xsd:date ];
fhir:AllergyIntolerance.reaction.severity [ fhir:value "moderate" ];
fhir:AllergyIntolerance.reaction.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <span id=\"co1\">\n respiratory tract infection whilst taking\n </span>\n </div>" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.