CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. 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 -------------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/AllergyToCatDander> a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AllergyToCatDander"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-allergyintolerance" ;
fhir:index 0 ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-allergyintolerance>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyToCatDander</b></p><a name=\"AllergyToCatDander\"> </a><a name=\"hcAllergyToCatDander\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-core-allergyintolerance.html\">CH Core AllergyIntolerance</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Biologic</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 232346004}\">Allergy to cat dander (finding)</span></p><p><b>patient</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090002647590)</a></p><blockquote><p><b>reaction</b></p><p><b>AllergyIntolerance Certainty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reaction-event-certainty confirmed}\">Confirmed</span></p><p><b>AllergyIntolerance ExposureDescription</b>: Animal shelter</p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 260152009}\">Cat dander (substance)</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Eruption of skin (disorder)</span></p><p><b>severity</b>: Mild</p></blockquote></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 "confirmed" ] ;
fhir:Coding.display [ fhir:value "Confirmed" ]
]
] ;
fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
fhir:AllergyIntolerance.category [
fhir:value "biologic" ;
fhir:index 0
] ;
fhir:AllergyIntolerance.criticality [ fhir:value "low"] ;
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:232346004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "232346004" ] ;
fhir:Coding.display [ fhir:value "Allergy to cat dander (finding)" ]
]
] ;
fhir:AllergyIntolerance.patient [
fhir:link <http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH> ;
fhir:Reference.reference [ fhir:value "Patient/ElisabethBroennimannByBFH" ]
] ;
fhir:AllergyIntolerance.reaction [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
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 "confirmed" ] ;
fhir:Coding.display [ fhir:value "Confirmed" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription" ] ;
fhir:Extension.valueString [ fhir:value "Animal shelter" ]
] ;
fhir:AllergyIntolerance.reaction.substance [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:260152009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "260152009" ] ;
fhir:Coding.display [ fhir:value "Cat dander (substance)" ]
]
] ;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:271807003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "271807003" ] ;
fhir:Coding.display [ fhir:value "Eruption of skin (disorder)" ]
]
] ;
fhir:AllergyIntolerance.reaction.severity [ fhir:value "mild" ]
] .
<http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/AllergyToCatDander.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/AllergyIntolerance/AllergyToCatDander.ttl> .
IG © 2020+ HL7 Switzerland. Package ch.fhir.ig.ch-core#7.0.0-ballot based on FHIR 4.0.1. Generated 2026-08-13
Links: Table of Contents |
QA Report
| Propose a change