Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. 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/us-ph-data-encrypted-extension",
            "valueBoolean" : false
          },
          {
            "url" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-report-initiation-type",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types",
                  "code" : "subscription-notification"
                }
              ]
            }
          }
        ],
        "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-end"
            }
          ]
        },
        "focus" : [
          {
            "reference" : "Bundle/content-bundle-example"
          }
        ]
      }
    },
    {
      "fullUrl" : "Bundle/content-bundle-example",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "content-bundle-example",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
          "profile" : [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-content-bundle"
          ]
        },
        "type" : "collection",
        "timestamp" : "2020-11-20T11:15:33-10:00",
        "entry" : [
          {
            "fullUrl" : "Patient/1",
            "resource" : {
              "resourceType" : "Patient",
              "id" : "1",
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <p> Patient Dominique Ledner</p>           \n                </div>"
              },
              "identifier" : [
                {
                  "use" : "usual",
                  "type" : {
                    "coding" : [
                      {
                        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code" : "MR"
                      }
                    ]
                  },
                  "system" : "urn:oid:0.1.2.3.4.5.6.7",
                  "value" : "654321"
                }
              ],
              "active" : true,
              "name" : [
                {
                  "use" : "official",
                  "family" : "Ledner",
                  "given" : [
                    "Dominique"
                  ]
                }
              ],
              "gender" : "male",
              "managingOrganization" : {
                "reference" : "Organization/example-healthcare-org",
                "display" : "Example Healthcare org"
              }
            }
          }
        ]
      }
    }
  ]
}