FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Encounter |
| Id | Encounter-CZ-Encounter-HDR-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter CZ-Encounter-HDR-Example
Profile: Encounter (HDR CZ)
org/fhir/StructureDefinition/legalStatus: Legal
status: finished
class: ActCode: IMP (inpatient encounter)
priority: Emergency
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))
| Type | Individual |
| Admitter | Practitioner Šárka Kašková |
period: 2025-01-01 08:00:00+0100 --> 2025-01-10 08:00:00+0100
reasonCode: Heart failure
| Condition | Use |
| Condition Heart failure | Admission diagnosis |
| AdmitSource | DischargeDisposition |
| Medical Practitioner/physician referral | Home |
location
location: Location Nemocnice Praha - Oddělení A
period: 2025-01-01 08:00:00+0100 --> 2025-01-03 08:00:00+0100
location
location: Location Nemocnice Praha - Oddělení B
period: 2025-01-03 08:00:00+0100 --> 2025-01-07 08:00:00+0100
location
location: Location Nemocnice Praha - Oddělení C
period: 2025-01-07 08:00:00+0100 --> 2025-01-10 08:00:00+0100
serviceProvider: Organization MUDr. Jana Krásná
{
"resourceType": "Encounter",
"id": "CZ-Encounter-HDR-Example",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://example.org/fhir/StructureDefinition/legalStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "398165009",
"display": "Legal"
}
]
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "EM",
"display": "Emergency"
}
]
},
"subject": {
"reference": "Patient/Mracena2"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ADM",
"display": "Admitter"
}
]
}
],
"individual": {
"reference": "Practitioner/Practitioner-2"
}
}
],
"period": {
"start": "2025-01-01T08:00:00+01:00",
"end": "2025-01-10T08:00:00+01:00"
},
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "I50",
"display": "Heart failure"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/CZ-Condition-HDR-Example"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD",
"display": "Admission diagnosis"
}
]
}
}
],
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "mp",
"display": "Medical Practitioner/physician referral"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
},
"location": [
{
"location": {
"reference": "Location/sample-cz-location-2"
},
"period": {
"start": "2025-01-01T08:00:00+01:00",
"end": "2025-01-03T08:00:00+01:00"
}
},
{
"location": {
"reference": "Location/sample-cz-location-3"
},
"period": {
"start": "2025-01-03T08:00:00+01:00",
"end": "2025-01-07T08:00:00+01:00"
}
},
{
"location": {
"reference": "Location/sample-cz-location-4"
},
"period": {
"start": "2025-01-07T08:00:00+01:00",
"end": "2025-01-10T08:00:00+01:00"
}
}
],
"serviceProvider": {
"reference": "Organization/RegisteringProviderExample"
}
}