HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build Czechia flag

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

: CarePlan-Mracena - 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 "CarePlan-Mracena"] ; # 
  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 CarePlan-Mracena</b></p><a name=\"CarePlan-Mracena\"> </a><a name=\"hcCarePlan-Mracena\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plán péče – Mamografie</p><p><b>description</b>: Plán péče zaměřený na histologické vyšetření z podezřelé léze. Vzorek tkáně odebrat pomocí UVAB.</p><p><b>subject</b>: <a href=\"Patient-cz-examplebase-patient.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rcis#2716126452 (use: official, ))</a></p><p><b>period</b>: 2025-03-10 08:00:00+0100 --&gt; (ongoing)</p><p><b>addresses</b>: <a href=\"Condition-cz-examplemamo-condition.html\">Condition </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>CommunicationRequest</td><td>Scheduled</td><td>Pacientka se po odebrání vzorku dostaví na recepci, kde bude domluven termín semináře (seznámení s výsledkem).</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>Ultrazvuk pro odebrání vzorku pomocí UVAB</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 – Mamografie"] ; # 
  fhir:description [ fhir:v "Plán péče zaměřený na histologické vyšetření z podezřelé léze. Vzorek tkáně odebrat pomocí UVAB."] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cz-examplebase-patient" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-03-10T08:00:00+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:addresses ( [
fhir:reference [ fhir:v "Condition/cz-examplemamo-condition" ]
  ] ) ; # 
  fhir:activity ( [
fhir:detail [
fhir:kind [ fhir:v "CommunicationRequest" ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:description [ fhir:v "Pacientka se po odebrání vzorku dostaví na recepci, kde bude domluven termín semináře (seznámení s výsledkem)." ]     ]
  ] [
fhir:detail [
fhir:kind [ fhir:v "Appointment" ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:description [ fhir:v "Ultrazvuk pro odebrání vzorku pomocí UVAB" ]     ]
  ] ) . #