FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Encounter |
| Id | Encounter-encounter-story-delivery.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-story-delivery
Profile: Encounter (HDR CZ)
status: finished
class: ActCode: IMP (lůžkový kontakt)
subject: Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)
participant
type: admitter
individual: Practitioner Raketa Cerna
participant
type: discharger
individual: Practitioner Palka Bila
period: 2026-03-03 05:22:00+0100 --> 2026-03-04 18:41:00+0100
| DischargeDisposition |
| Domů |
serviceProvider: Organization Porodni oddeleni Nemocnice Prostejov
{
"resourceType": "Encounter",
"id": "encounter-story-delivery",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "lůžkový kontakt"
},
"subject": {
"reference": "Patient/patient-story-mother"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ADM"
}
]
}
],
"individual": {
"reference": "Practitioner/practitioner-cerna-raketa"
}
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "DIS"
}
]
}
],
"individual": {
"reference": "Practitioner/practitioner-bila-palka"
}
}
],
"period": {
"start": "2026-03-03T05:22:00+01:00",
"end": "2026-03-04T18:41:00+01:00"
},
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Domů"
}
]
}
},
"serviceProvider": {
"reference": "Organization/organization-prostejov-maternity"
}
}