HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ 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/6145f147-dfc8-44fe-9fdd-22600059f498> a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "6145f147-dfc8-44fe-9fdd-22600059f498"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.cz/fhir/core/StructureDefinition/allergyIntolerance-cz-core" ;
fhir:index -1 ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/allergyIntolerance-cz-core>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 6145f147-dfc8-44fe-9fdd-22600059f498</b></p><a name=\"6145f147-dfc8-44fe-9fdd-22600059f498\"> </a><a name=\"hc6145f147-dfc8-44fe-9fdd-22600059f498\"> </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=\"https://build.fhir.org/ig/HL7-cz/cz-core/StructureDefinition-allergyIntolerance-cz-core.html\">Allergy Intolerance (CZ core)</a></p></div><p><b>identifier</b>: <code>http://example.org/hospital/allergy-intolerances</code>/allergy-intolerance-001</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91938006}\">Allergy to strawberry</span></p><p><b>patient</b>: <a href=\"Bundle-PSExampleBundleNoProblemsMedicationAllergies.html#urn-uuid-3c137453-0de8-4e1a-be72-9dc55f500d57\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#1234567890)</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 418363000}\">Itching of skin</span>, <span title=\"Codes:{http://snomed.info/sct 81950002}\">Edema of the tongue</span></p><p><b>description</b>: Svědění, otok jazyka.</p></blockquote></div>"
] ;
fhir:AllergyIntolerance.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://example.org/hospital/allergy-intolerances" ] ;
fhir:Identifier.value [ fhir:value "allergy-intolerance-001" ]
] ;
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
fhir:AllergyIntolerance.category [
fhir:value "food" ;
fhir:index -1
] ;
fhir:AllergyIntolerance.criticality [ fhir:value "low"] ;
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:91938006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "91938006" ] ;
fhir:Coding.display [ fhir:value "Allergy to strawberry" ]
]
] ;
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57" ]
] ;
fhir:AllergyIntolerance.reaction [
fhir:index -1 ;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
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" ]
]
], [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:81950002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "81950002" ] ;
fhir:Coding.display [ fhir:value "Edema of the tongue" ]
]
] ;
fhir:AllergyIntolerance.reaction.description [ fhir:value "Svědění, otok jazyka." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/6145f147-dfc8-44fe-9fdd-22600059f498.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/AllergyIntolerance/6145f147-dfc8-44fe-9fdd-22600059f498.ttl> .
IG © 2025+ HL7 Czech Republic.
Package hl7.fhir.cz.ps#0.0.1 based on FHIR 4.0.1.
Generated
2026-08-15
Links: Table of Contents |
QA Report