HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Očkování Covid - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Immunization-CovidExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunization-hdr"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunization-hdr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Immunization-CovidExample</b></p><a name=\"Immunization-CovidExample\"> </a><a name=\"hcImmunization-CovidExample\"> </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-immunization-hdr.html\">Immunization (HDR CZ)</a></p></div><blockquote><p><b>Immunization AdministeredProduct</b></p><ul><li>reference: <a href=\"Medication-med-CovidVaccineComirnaty.html\">Medication COMIRNATY OMICRON XBB.1.5</a></li></ul></blockquote><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 28531000087107}\">SARS-CoV-2 vaccine</span></p><p><b>patient</b>: <a href=\"Patient-3f85726c-ad2f-441b-89ce-100000000000.html\">Petr Novák  Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>occurrence</b>: 2021-05-05</p><p><b>primarySource</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-Organization-Pfizer.html\">Organization Pfizer s.r.o.</a></p><p><b>note</b>: </p><blockquote><div><p>Pacient dostal druhou dávku vakcíny Comirnaty.</p>\n</div></blockquote><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 840539006}\">COVID-19</span></td><td>2</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/med-CovidVaccineComirnaty" ]       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/immunization-administeredProduct"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
a sct:28531000087107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "28531000087107" ] ;
fhir:display [ fhir:v "SARS-CoV-2 vaccine" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/3f85726c-ad2f-441b-89ce-100000000000" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2021-05-05"^^xsd:date
  ] ; # 
  fhir:primarySource [ fhir:v true] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/Organization-Pfizer" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Pacient dostal druhou dávku vakcíny Comirnaty." ]
  ] ) ; # 
  fhir:protocolApplied ( [
    ( fhir:targetDisease [
      ( fhir:coding [
a sct:840539006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "840539006" ] ;
fhir:display [ fhir:v "COVID-19" ]       ] )     ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "2"^^xsd:positiveInteger     ]
  ] ) . #