FHIR IG analytics| Package | hl7.fhir.uv.fhir-clinical-document.r4 |
| Resource Type | Encounter |
| Id | Encounter-encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-example
Last updated: 2024-05-07 11:28:17+0000
identifier: S100
status: Finished
class: ActCode IMP: inpatient encounter
type: Orthopedic Admission
subject: Eve Everiewoman
period: 2024-05-03 13:28:17+0000 --> 2024-05-07 11:28:17+0000
| DischargeDisposition |
| Discharged to care of GP |
{
"resourceType": "Encounter",
"id": "encounter-example",
"meta": {
"lastUpdated": "2024-05-07T11:28:17.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "S100"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"text": "Orthopedic Admission"
}
],
"subject": {
"reference": "Patient/patient-example",
"display": "Eve Everiewoman"
},
"period": {
"start": "2024-05-03T13:28:17.000+00:00",
"end": "2024-05-07T11:28:17.000+00:00"
},
"hospitalization": {
"dischargeDisposition": {
"text": "Discharged to care of GP"
}
}
}