Making EHR Data More available for Research and Public Health (MedMorph)
0.2.0 - STU 1 draft

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.2.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example of a Response Bundle for a submitted message containing a communication resource. - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "response-bundle-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-response-bundle"
    ]
  },
  "type" : "message",
  "timestamp" : "2020-11-20T11:15:33-10:00",
  "entry" : [
    {
      "fullUrl" : "MessageHeader/messageheader-example-reportheader",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "messageheader-example-reportheader",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
          "profile" : [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-messageheader"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Reporting Data</p> \n          </div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-dataEncrypted",
            "valueBoolean" : false
          },
          {
            "url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-messageProcessingCategory",
            "valueCode" : "consequence"
          }
        ],
        "eventCoding" : {
          "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types",
          "code" : "cancer-report-message"
        },
        "destination" : [
          {
            "name" : "PHA endpoint",
            "endpoint" : "http://example.pha.org/fhir"
          }
        ],
        "sender" : {
          "reference" : "Organization/example-healthcare-org"
        },
        "source" : {
          "name" : "Healthcare Organization",
          "software" : "Backend Service App",
          "version" : "3.1.45.AABB",
          "contact" : {
            "system" : "phone",
            "value" : "+1 (917) 123 4567"
          },
          "endpoint" : "http://example.healthcare.org/fhir"
        },
        "reason" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents",
              "code" : "encounter-close"
            }
          ]
        },
        "focus" : [
          {
            "reference" : "Communication/communication-example-cancer-pha-response"
          }
        ]
      }
    },
    {
      "fullUrl" : "Communication/communication-example-cancer-pha-response",
      "resource" : {
        "resourceType" : "Communication",
        "id" : "communication-example-cancer-pha-response",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
          "profile" : [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-communication"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Response message after processing a submitted public health cancer report</div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-responseMessageStatus",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-response-message-processing-status",
                  "code" : "RRVS1"
                }
              ]
            }
          }
        ],
        "identifier" : [
          {
            "system" : "http://example.pha.org/",
            "value" : "12345"
          }
        ],
        "status" : "completed",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types",
                "code" : "cancer-response-message"
              }
            ]
          }
        ],
        "subject" : {
          "reference" : "Patient/1"
        },
        "sent" : "2020-11-30T18:01:10-08:00",
        "received" : "2020-11-30T18:01:14-08:00",
        "reasonCode" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types",
                "code" : "cancer-report-message"
              }
            ]
          }
        ]
      }
    }
  ]
}