Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: External - Resource Example:  MessageHeader - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "3fe24402-d4b1-4add-b83d-43d0ee4b7dee",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 3fe24402-d4b1-4add-b83d-43d0ee4b7dee</b></p><a name=\"3fe24402-d4b1-4add-b83d-43d0ee4b7dee\"> </a><a name=\"hc3fe24402-d4b1-4add-b83d-43d0ee4b7dee\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-messageheader.html\">UAPI MessageHeader</a></p></div><p><b>UAPI MessageHeader Timestamp</b>: 2020-03-11 08:10:13-0500</p><p><b>event</b>: uapi-event-type enrollment-with-consent: enrollment-with-consent</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>UAPI-ENR-V2.1</td><td><a href=\"https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment\">https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment</a></td></tr></table><p><b>sender</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-01c31a2f-321d-4c6e-8349-206af8a88088\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Vendor_AB</td><td><a href=\"http://vendor.com/fhir/enrollmentID/ENR-00001\">http://vendor.com/fhir/enrollmentID/ENR-00001</a></td></tr></table><p><b>focus</b>: <code>urn:uuid:584681db-df12-4038-bc82-7c438b06e63b</code></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.developer.gene.com/StructureDefinition/message-timestamp",
      "valueDateTime" : "2020-03-11T08:10:13-05:00"
    }
  ],
  "eventCoding" : {
    "system" : "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type",
    "code" : "enrollment-with-consent"
  },
  "destination" : [
    {
      "name" : "UAPI-ENR-V2.1",
      "endpoint" : "https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment"
    }
  ],
  "sender" : {
    "reference" : "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088",
    "type" : "Organization"
  },
  "source" : {
    "name" : "Vendor_AB",
    "endpoint" : "http://vendor.com/fhir/enrollmentID/ENR-00001"
  },
  "focus" : [
    {
      "reference" : "urn:uuid:584681db-df12-4038-bc82-7c438b06e63b",
      "type" : "List"
    }
  ]
}