HL7 Czech Base and Core FHIR IG
1.0.0 - draft
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
{
"resourceType" : "CarePlan",
"id" : "CarePlan-Mracena",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/core/StructureDefinition/carePlan-cz-core"
]
},
"language" : "en",
"text" : {
"status" : "generated"
},
"status" : "active",
"intent" : "plan",
"title" : "Plán péče – Mamografie",
"description" : "Plán péče zaměřený na histologické vyšetření z podezřelé léze. Vzorek tkáně odebrat pomocí UVAB.",
"subject" : {
🔗 "reference" : "Patient/Mracena"
},
"period" : {
"start" : "2025-03-10T08:00:00+01:00"
},
"addresses" : [
{
🔗 "reference" : "Condition/cz-examplemamo-condition"
}
],
"activity" : [
{
"detail" : {
"kind" : "CommunicationRequest",
"status" : "scheduled",
"description" : "Pacientka se po odebrání vzorku dostaví na recepci, kde bude domluven termín semináře (seznámení s výsledkem)."
}
},
{
"detail" : {
"kind" : "Appointment",
"status" : "scheduled",
"description" : "Ultrazvuk pro odebrání vzorku pomocí UVAB"
}
}
]
}