HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build 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.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/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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/CarePlan-Mracena> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CarePlan-Mracena"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/carePlan-cz-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/carePlan-cz-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.title [ fhir:value "Plán péče – Mamografie"] ;
  fhir:CarePlan.description [ fhir:value "Plán péče zaměřený na histologické vyšetření z podezřelé léze. Vzorek tkáně odebrat pomocí UVAB."] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/Mracena> ;
     fhir:Reference.reference [ fhir:value "Patient/Mracena" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2025-03-10T08:00:00+01:00"^^xsd:dateTime ]
  ] ;
  fhir:CarePlan.addresses [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Condition/cz-examplemamo-condition> ;
     fhir:Reference.reference [ fhir:value "Condition/cz-examplemamo-condition" ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index -1 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.kind [ fhir:value "CommunicationRequest" ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ;
       fhir:CarePlan.activity.detail.description [ fhir:value "Pacientka se po odebrání vzorku dostaví na recepci, kde bude domluven termín semináře (seznámení s výsledkem)." ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.kind [ fhir:value "Appointment" ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ;
       fhir:CarePlan.activity.detail.description [ fhir:value "Ultrazvuk pro odebrání vzorku pomocí UVAB" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/Mracena> a fhir:Patient .

<http://hl7.org/fhir/Condition/cz-examplemamo-condition> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/CarePlan-Mracena.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/CarePlan-Mracena.ttl> .