FHIR IG analytics| Package | ca.on.oh.erec |
| Resource Type | MessageHeader |
| Id | MessageHeader-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MessageHeader",
"id": "C59A5659-DF1B-4CC9-84AB-16855D163DCF",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-MessageHeader|1.0.0"
]
},
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-routing-options",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealthontario.ca/fhir/CodeSystem/ereferral-source-types",
"code": "DR",
"display": "Referral Source Type - Primary Care Provider"
}
]
}
}
],
"eventCoding": {
"system": "https://ehealthontario.ca/fhir/CodeSystem/message-event-code",
"code": "add-service-request"
},
"destination": [
{
"name": "RMS Target",
"endpoint": "http://rmstarget.org/fhir/$process-message"
}
],
"author": {
"reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
},
"source": {
"name": "Primary Care",
"software": "Software",
"version": "1.1.0",
"contact": {
"system": "email",
"value": "tech.support@rmssource.org",
"rank": 1
},
"endpoint": "http://rmssource.org/fhir/$process-message"
},
"reason": {
"text": "Provide assessment for home care service provisioning"
},
"focus": [
{
"reference": "urn:uuid:05ED7277-BD41-44EE-B017-9502C3511844"
}
]
}