FHIR IG analytics| Package | hl7.eu.fhir.xpandh.hdr |
| Resource Type | Encounter |
| Id | Encounter-SK-Hospital-Encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter SK-Hospital-Encounter
Language: sk
Profile: Inpatient Encounter Xpandh
status: Finished
class: ActCode: IMP (Hospitalizácia)
priority: routine
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( urn:oid:1.3.158.165387.100.10.53.9#7161264528)
period: 2022-12-20 08:00:00+0100 --> 2022-12-28 10:30:00+0100
reasonCode: popsat důvod hospitalizace slovně
| Condition |
| Condition Cholera |
| Origin | AdmitSource |
| Organization MUDr. Pes Filipes, praktický lékař | General Practitioner referral |
Generated Narrative: Condition #Condition-1
code: Cholera
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( urn:oid:1.3.158.165387.100.10.53.9#7161264528)
{
"resourceType": "Encounter",
"id": "SK-Hospital-Encounter",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/inpatient-encounter-hdr-xpandh"
]
},
"language": "sk",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Condition",
"id": "Condition-1",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "A00.0",
"display": "Cholera"
}
]
},
"subject": {
"reference": "Patient/Mracena"
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "Hospitalizácia"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "R",
"display": "routine"
}
]
},
"subject": {
"reference": "Patient/Mracena"
},
"period": {
"start": "2022-12-20T08:00:00+01:00",
"end": "2022-12-28T10:30:00+01:00"
},
"reasonCode": [
{
"text": "popsat důvod hospitalizace slovně"
}
],
"diagnosis": [
{
"condition": {
"reference": "#Condition-1"
}
}
],
"hospitalization": {
"origin": {
"reference": "Organization/SK-Organization-GP"
},
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "gp"
}
]
}
}
}