HL7 Czech Base and Core FHIR IG
1.0.0 - draft Czechia flag

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

: CarePlan-Mracena

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:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/carePlan-cz-core"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/carePlan-cz-core>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ]
  ] ; # 
  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/Mracena" ]
  ] ; # 
  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" ]     ]
  ] ) . #