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

FHIR IG analytics

Packageca.infoway.io.erec.branch
Resource TypeBundle
IdBundle-NotifyAddProcessRequestBundle.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": "Bundle",
  "id": "NotifyAddProcessRequestBundle",
  "type": "message",
  "timestamp": "2020-10-09T15:21:51.2112+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:6cf3735f-c8c5-4c1d-b3a1-01e861611cf8",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "6cf3735f-c8c5-4c1d-b3a1-01e861611cf8",
        "eventCoding": {
          "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code",
          "code": "notify-add-process-request"
        },
        "destination": [
          {
            "name": "RMS Source",
            "endpoint": "http://rmssource.org/fhir/$process-message"
          }
        ],
        "author": {
          "identifier": {
            "system": "http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician",
            "value": "111789"
          }
        },
        "source": {
          "name": "RMS Target",
          "software": "Software",
          "version": "1.1.0",
          "contact": {
            "system": "email",
            "value": "tech.support@rmstarget.org",
            "rank": 1
          },
          "endpoint": "http://rmstarget.org/fhir/$process-message"
        },
        "reason": {
          "text": "Referral request accepted and is in progress"
        },
        "response": {
          "identifier": "4783c82c-683e-491d-b834-3d1b8931bdd9",
          "code": "ok"
        },
        "focus": [
          {
            "reference": "urn:uuid:4f1d3ed6-0d64-11ed-861d-0242ac120002"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:4f1d3ed6-0d64-11ed-861d-0242ac120002",
      "resource": {
        "resourceType": "Task",
        "id": "4f1d3ed6-0d64-11ed-861d-0242ac120002",
        "basedOn": [
          {
            "identifier": {
              "system": "http://www.rmssource.org/identifiers/ServiceRequest",
              "value": "request-for-assessment"
            }
          }
        ],
        "status": "ready",
        "businessStatus": {
          "coding": [
            {
              "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-business-status",
              "code": "NW",
              "display": "New"
            }
          ],
          "text": "New"
        },
        "intent": "proposal",
        "code": {
          "coding": [
            {
              "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code",
              "code": "process-request"
            }
          ],
          "text": "Process Request"
        },
        "authoredOn": "2020-10-09T18:40:36Z",
        "lastModified": "2020-10-09T18:40:36Z"
      }
    }
  ]
}