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
: Immunization recommendation example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:ImmunizationRecommendation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ImmunizationRecommendation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunizationRecommendation-hdr"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunizationRecommendation-hdr> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation ImmunizationRecommendation</b></p><a name=\"ImmunizationRecommendation\"> </a><a name=\"hcImmunizationRecommendation\"> </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-immunizationRecommendation-hdr.html\">ImmunizationRecommendation (CZ HDR)</a></p></div><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová (no stated gender), DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#4567891235)</a></p><p><b>date</b>: 2025-03-07</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1119349007}\">Severe acute respiratory syndrome coronavirus 2 mRNA only vaccine product</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 840539006}\">Disease caused by 2019 novel coronavirus</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30981-5}\">Earliest date to give</span></td><td>2025-03-14</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Mracena" ]
] ; #
fhir:date [ fhir:v "2025-03-07"^^xsd:date] ; #
fhir:recommendation ( [
( fhir:vaccineCode [
( fhir:coding [
a sct:1119349007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1119349007" ] ] ) ] ) ;
fhir:targetDisease [
( fhir:coding [
a sct:840539006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "840539006" ] ] ) ] ;
fhir:forecastStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ] ] ) ] ;
( fhir:dateCriterion [
fhir:code [
( fhir:coding [
a loinc:30981-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30981-5" ] ] ) ] ;
fhir:value [ fhir:v "2025-03-14"^^xsd:date ] ] )
] ) . #