US Public Health Profiles Library
1.0.0-ballot - STU Ballot US

This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: US Public Health MessageHeader - Case Report - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "us-ph-messageheader-case-report",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2022-07-22T19:58:50.237+00:00",
    "source" : "#un4cM3WjIQ50i2xQ",
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b></p><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\">Resource MessageHeader \"us-ph-messageheader-case-report\" Version \"3\" Updated \"2022-07-22 07:58:50+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #un4cM3WjIQ50i2xQ!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-messageheader.html\">US Public Health MessageHeader</a></p></div><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: Indicates a message containing electronic case report healthcare data sent from clinical care. (Details: http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-message-types-codesystem code eicr-case-report-message = 'Indicates a message containing electronic case report healthcare data sent from clinical care.', stated as 'Indicates a message containing electronic case report healthcare data sent from clinical care.')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Target</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>YMCA Acme Message Gateway</td><td><a href=\"Device-device-software-ymca.html\">Device/device-software-ymca</a></td><td><a href=\"http://example.org/ymca/fhir\">http://example.org/ymca/fhir</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Organization/us-ph-organization-salem-medical-center</a> \"Salem Medical Center\"</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"http://example.org/salem-medical-center/fhir\">http://example.org/salem-medical-center/fhir</a></td></tr></table><p><b>reason</b>: Indicates the close of an encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-ph-triggerdefinition-namedevents.html\">US Public Health TriggerDefinition NamedEvents</a>#encounter-close)</span></p><p><b>focus</b>: <a href=\"Bundle-us-ph-document-bundle-example.html\">Bundle/us-ph-document-bundle-example</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension",
      "valueBoolean" : false
    },
    {
      "url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension",
      "valueCode" : "consequence"
    }
  ],
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-message-types-codesystem",
    "code" : "eicr-case-report-message",
    "display" : "Indicates a message containing electronic case report healthcare data sent from clinical care."
  },
  "destination" : [
    {
      "name" : "YMCA Acme Message Gateway",
      "target" : {
        "reference" : "Device/device-software-ymca"
      },
      "endpoint" : "http://example.org/ymca/fhir"
    }
  ],
  "sender" : {
    "reference" : "Organization/us-ph-organization-salem-medical-center"
  },
  "source" : {
    "name" : "Acme Central Patient Registry",
    "software" : "FooBar Patient Manager",
    "version" : "3.1.45.AABB",
    "contact" : {
      "system" : "phone",
      "value" : "+1 (555) 123 4567"
    },
    "endpoint" : "http://example.org/salem-medical-center/fhir"
  },
  "reason" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-triggerdefinition-namedevents",
        "code" : "encounter-close",
        "display" : "Indicates the close of an encounter"
      }
    ]
  },
  "focus" : [
    {
      "reference" : "Bundle/us-ph-document-bundle-example"
    }
  ]
}