FHIR IG analytics| Package | hl7.fhir.us.registry-protocols |
| Resource Type | Encounter |
| Id | Encounter-ExampleDischarge.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter
Resource Encounter "ExampleDischarge"
Profile: US Core Encounter Profile
status: finished
class: inpatient acute (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code ACUTE = 'inpatient acute', stated as 'null')
type: Telemedicine consultation with patient (SNOMED CT#448337001)
subject: Patient/261989c3-688c-4941-b767-d8d4c871217c " SHAW"
reasonCode: Patient discharge, deceased, medicolegal case (SNOMED CT#1917008)
{
"resourceType": "Encounter",
"id": "ExampleDischarge",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "ACUTE"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448337001",
"display": "Telemedicine consultation with patient"
}
]
}
],
"subject": {
"reference": "Patient/261989c3-688c-4941-b767-d8d4c871217c"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1917008",
"display": "Patient discharge, deceased, medicolegal case"
}
]
}
]
}