HL7 Czech Outpatient Encounter Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/amb/ and changes regularly. See the Directory of published versions
: Infekční kontakt – spalničky
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "f2015c80-9091-4b6f-8d66-97f49d6434b2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-infectious-contact-hdr"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-infectious-contact-hdr> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation f2015c80-9091-4b6f-8d66-97f49d6434b2</b></p><a name=\"f2015c80-9091-4b6f-8d66-97f49d6434b2\"> </a><a name=\"hcf2015c80-9091-4b6f-8d66-97f49d6434b2\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-cz-observation-infectious-contact-hdr.html\">Observation: Infectious Contact (HDR CZ)</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActClass AEXPOS}\">acquisition exposure</span></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType EXPAGNT}\">ExposureAgent</span></p><p><b>subject</b>: <a href=\"Bundle-OutpatientBundle-Mracena-L3.html#urn-uuid-f21b91f9-5e7a-47b9-a884-cbc720257590\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p><p><b>effective</b>: 2026-03-25</p><p><b>performer</b>: <a href=\"Bundle-OutpatientBundle-Mracena-L3.html#urn-uuid-77fa78d2-154c-4d38-824e-3c38b39c6a42\">Practitioner Janský Jan </a></p><p><b>value</b>: <span title=\"Codes:{https://terminology.uzis.cz/CodeSystem/Mkn10_5 B05}\">Spalničky</span></p><p><b>note</b>: </p><blockquote><div><p>Kontakt proběhl ve školním kolektivu během vyučování.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActClass> ] ;
fhir:code [ fhir:v "AEXPOS" ] ;
fhir:display [ fhir:v "acquisition exposure" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType> ] ;
fhir:code [ fhir:v "EXPAGNT" ] ;
fhir:display [ fhir:v "ExposureAgent" ] ] )
] ; #
fhir:subject [
fhir:l <urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590> ;
fhir:reference [ fhir:v "urn:uuid:f21b91f9-5e7a-47b9-a884-cbc720257590" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-03-25"^^xsd:date
] ; #
fhir:performer ( [
fhir:l <urn:uuid:77fa78d2-154c-4d38-824e-3c38b39c6a42> ;
fhir:reference [ fhir:v "urn:uuid:77fa78d2-154c-4d38-824e-3c38b39c6a42" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://terminology.uzis.cz/CodeSystem/Mkn10_5"^^xsd:anyURI ;
fhir:l <https://terminology.uzis.cz/CodeSystem/Mkn10_5> ] ;
fhir:code [ fhir:v "B05" ] ;
fhir:display [ fhir:v "Spalničky" ] ] )
] ; #
fhir:note ( [
fhir:text [ fhir:v "Kontakt proběhl ve školním kolektivu během vyučování." ]
] ) . #