FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh.erec
Resource TypeMessageHeader
IdMessageHeader-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}