FHIR IG analytics| Package | hl7.fhir.us.registry-protocols.r4b |
| Resource Type | MessageHeader |
| Id | MessageHeader-CREDSMHExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader
Resource MessageHeader "CREDSMHExample"
event: urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa
sender: Organization/VeterinariansHospital "Veterinarian's Hospital"
enterer: Practitioner/USCorePractitionerexample " BONE"
| Name | Endpoint |
| CREDS Implementation #2 | https://example.org/fhir |
reason: Discharge (Example Message Reason Codes#discharge)
focus: Patient/261989c3-688c-4941-b767-d8d4c871217c " SHAW"
{
"resourceType": "MessageHeader",
"id": "CREDSMHExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventUri": "urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa",
"sender": {
"reference": "Organization/VeterinariansHospital"
},
"enterer": {
"reference": "Practitioner/USCorePractitionerexample"
},
"source": {
"name": "CREDS Implementation #2",
"endpoint": "https://example.org/fhir"
},
"reason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter",
"code": "discharge"
}
]
},
"focus": [
{
"reference": "Patient/261989c3-688c-4941-b767-d8d4c871217c"
}
]
}