FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | MessageHeader |
| Id | MessageHeader-Discharge-Order2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader
Resource MessageHeader "Discharge-Order2" Version "2" Updated "2020-08-10 05:09:53+0000"
Profile: PAO MessageHeader
event: Initial Order (Details: http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event code InitialOrder = 'Initial Order', stated as 'Initial Order')
| - | Name | Endpoint | Receiver |
| * | Acme Message Gateway | https://example.org/Endpoints/P123 | Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital" |
sender: Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital"
author: Practitioner/practitioner-1: Ronald Bone " BONE"
| - | Name | Software | Version | Contact | Endpoint |
| * | Acme Central Patient Registry | FooBar Patient Manager | 3.1.45.AABB | +1 (555) 123 4567 | https://example.org/Endpoints/P456 |
responsible: Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital"
{
"resourceType": "MessageHeader",
"id": "Discharge-Order2",
"meta": {
"versionId": "2",
"lastUpdated": "2020-08-10T05:09:53.645Z",
"profile": [
"http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventCoding": {
"system": "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event",
"code": "InitialOrder",
"display": "Initial Order"
},
"destination": [
{
"name": "Acme Message Gateway",
"endpoint": "https://example.org/Endpoints/P123",
"receiver": {
"reference": "Organization/Inpatient",
"display": "St. Michael's Hospital"
}
}
],
"sender": {
"reference": "Organization/Inpatient",
"display": "St. Michael's Hospital"
},
"author": {
"reference": "Practitioner/practitioner-1",
"display": "Ronald Bone"
},
"source": {
"name": "Acme Central Patient Registry",
"software": "FooBar Patient Manager",
"version": "3.1.45.AABB",
"contact": {
"system": "phone",
"value": "+1 (555) 123 4567"
},
"endpoint": "https://example.org/Endpoints/P456"
},
"responsible": {
"reference": "Organization/Inpatient",
"display": "St. Michael's Hospital"
},
"focus": [
{
"reference": "Task/MedicationRequest",
"display": "Inpatient Encounter"
}
]
}