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
: CarePlan-Novak-Petr - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "9c913d06-84fe-4d35-b35b-8b0c7965f535"] ; #
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: CarePlan 9c913d06-84fe-4d35-b35b-8b0c7965f535</b></p><a name=\"9c913d06-84fe-4d35-b35b-8b0c7965f535\"> </a><a name=\"hc9c913d06-84fe-4d35-b35b-8b0c7965f535\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plán péče – tříselná kýla</p><p><b>description</b>: Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu.</p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-L1.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><p><b>period</b>: 2025-03-10 08:00:00+0100 --> (ongoing)</p><p><b>addresses</b>: <a href=\"Condition-35717696-8a99-4f99-a938-ec0ec88a65a2.html\">Condition Unilateral or unspecified inguinal hernia, without obstruction or gangrene</a></p><p><b>goal</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-620b1120-cece-44b1-89f5-20413054eb1d\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>ServiceRequest</td><td>Scheduled</td><td>Pooperační sledování, převazy, kontrola rány</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>CommunicationRequest</td><td>Scheduled</td><td>Edukace pacienta o režimu po operaci</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Appointment</td><td>Scheduled</td><td>Ambulantní kontrola za 14 dní</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:title [ fhir:v "Plán péče – tříselná kýla"] ; #
fhir:description [ fhir:v "Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu."] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-03-10T08:00:00+01:00"^^xsd:dateTime ]
] ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Condition/35717696-8a99-4f99-a938-ec0ec88a65a2" ]
] ) ; #
fhir:goal ( [
fhir:reference [ fhir:v "urn:uuid:620b1120-cece-44b1-89f5-20413054eb1d" ]
] ) ; #
fhir:activity ( [
fhir:detail [
fhir:kind [ fhir:v "ServiceRequest" ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:description [ fhir:v "Pooperační sledování, převazy, kontrola rány" ] ]
] [
fhir:detail [
fhir:kind [ fhir:v "CommunicationRequest" ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:description [ fhir:v "Edukace pacienta o režimu po operaci" ] ]
] [
fhir:detail [
fhir:kind [ fhir:v "Appointment" ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:description [ fhir:v "Ambulantní kontrola za 14 dní" ] ]
] ) . #