HL7 Czech Shared Health Record 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/szz/ 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "4b343429-16da-4a5b-be80-17e4122f5956"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/szz/StructureDefinition/cz-allergyIntolerance-szz"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/szz/StructureDefinition/cz-allergyIntolerance-szz> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 4b343429-16da-4a5b-be80-17e4122f5956</b></p><a name=\"4b343429-16da-4a5b-be80-17e4122f5956\"> </a><a name=\"hc4b343429-16da-4a5b-be80-17e4122f5956\"> </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-cz-allergyIntolerance-szz.html\">Allergy intolerance (SZZ CZ)</a></p></div><p><b>identifier</b>: <code>http://example.org/allergies</code>/ALG20200115</p><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>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs 0233172}\">V-PENICILIN BBP</span></p><p><b>patient</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-142534ac-0274-4a16-b6a2-d4d4f24ff67b\">Králík Pokusný Male, DoB: 1985-01-12 ( https://ncez.mzcr.cz/fhir/sid/cpoj#0551621110 (use: official, ))</a></p><p><b>onset</b>: 2020-01-15</p><p><b>recordedDate</b>: 2020-01-16</p><p><b>recorder</b>: <a href=\"Bundle-cz-example-bundle-emergencyrecord.html#urn-uuid-428025b5-e328-4542-8812-dd6a874c44f9\">PractitionerRole: specialty = Radiology</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 267036007}\">Dyspnea</span></td><td>Mild</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/allergies"^^xsd:anyURI ;
fhir:l <http://example.org/allergies> ] ;
fhir:value [ fhir:v "ALG20200115" ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical> ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification> ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:category ( [ fhir:v "medication"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs"^^xsd:anyURI ;
fhir:l <https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs> ] ;
fhir:code [ fhir:v "0233172" ] ;
fhir:display [ fhir:v "V-PENICILIN BBP" ] ] )
] ; #
fhir:patient [
fhir:l <urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b> ;
fhir:reference [ fhir:v "urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b" ]
] ; #
fhir:onset [
a fhir:DateTime ;
fhir:v "2020-01-15"^^xsd:date
] ; #
fhir:recordedDate [ fhir:v "2020-01-16"^^xsd:date] ; #
fhir:recorder [
fhir:l <urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9> ;
fhir:reference [ fhir:v "urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9" ]
] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:267036007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "267036007" ] ;
fhir:display [ fhir:v "Dyspnea" ] ] ) ] ) ;
fhir:severity [ fhir:v "mild" ]
] ) . #
IG © 2025+ HL7 Czech Republic. Package hl7.fhir.cz.szz#0.0.1 based on FHIR 4.0.1. Generated 2025-12-22
Links: Table of Contents |
QA Report