@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/hdr/CarePlan/CZ-CarePlan-HDR-Example> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CZ-CarePlan-HDR-Example"] ; # 
  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: CarePlan CZ-CarePlan-HDR-Example</b></p><a name=\"CZ-CarePlan-HDR-Example\"> </a><a name=\"hcCZ-CarePlan-HDR-Example\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Post-Discharge Care Plan</p><p><b>description</b>: Care plan for patient post-discharge following critical heart failure treatment.</p><p><b>subject</b>: <a href=\"Patient-Mracena2.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Passport number (use: official, ))</a></p><p><b>period</b>: 2025-01-10 08:00:00+0100 --&gt; 2025-06-10 08:00:00+0100</p><p><b>addresses</b>: <a href=\"Condition-CZ-Condition-HDR-Example.html\">Condition Heart failure</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>Appointment</td><td>Scheduled</td><td>Follow-up appointment with cardiologist</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:title [ fhir:v "Post-Discharge Care Plan"] ; # 
  fhir:description [ fhir:v "Care plan for patient post-discharge following critical heart failure treatment."] ; # 
  fhir:subject [
     fhir:l <https://hl7.cz/fhir/hdr/Patient/Mracena2> ;
     fhir:reference [ fhir:v "Patient/Mracena2" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2025-01-10T08:00:00+01:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2025-06-10T08:00:00+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:addresses ( [
     fhir:l <https://hl7.cz/fhir/hdr/Condition/CZ-Condition-HDR-Example> ;
     fhir:reference [ fhir:v "Condition/CZ-Condition-HDR-Example" ]
  ] ) ; # 
  fhir:activity ( [
     fhir:detail [
       fhir:kind [ fhir:v "Appointment" ] ;
       fhir:status [ fhir:v "scheduled" ] ;
       fhir:description [ fhir:v "Follow-up appointment with cardiologist" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

