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.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/hdr/ and changes regularly. See the Directory of published versions
: Goal for Hernia Treatment - 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:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "620b1120-cece-44b1-89f5-20413054eb1d"] ; #
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: Goal 620b1120-cece-44b1-89f5-20413054eb1d</b></p><a name=\"620b1120-cece-44b1-89f5-20413054eb1d\"> </a><a name=\"hc620b1120-cece-44b1-89f5-20413054eb1d\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací.</span></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-L1-plus.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>start</b>: 2025-03-10</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 298005009}\">Finding of wound healing</span></td><td>Zhojená rána bez komplikací, bez recidivy kýly.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:description [
fhir:text [ fhir:v "Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací." ]
] ; #
fhir:subject [
fhir:l <urn:uuid:3f85726c-ad2f-441b-89ce-100000000000> ;
fhir:reference [ fhir:v "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
] ; #
fhir:start [
a fhir:Date ;
fhir:v "2025-03-10"^^xsd:date
] ; #
fhir:target ( [
fhir:measure [
( fhir:coding [
a sct:298005009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "298005009" ] ;
fhir:display [ fhir:v "Finding of wound healing" ] ] ) ] ;
fhir:detail [
a fhir:String ;
fhir:v "Zhojená rána bez komplikací, bez recidivy kýly." ]
] ) . #