HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: eCR MessageHeader Example: Requested eICR - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "messageheader-ecr-requested-eicr",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-ecr-requested-eicr</b></p><a name=\"messageheader-ecr-requested-eicr\"> </a><a name=\"hcmessageheader-ecr-requested-eicr\"> </a><a name=\"messageheader-ecr-requested-eicr-en-US\"> </a><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>: <a href=\"CodeSystem-us-ph-message-types-codesystem.html#us-ph-message-types-codesystem-eicr-case-report-message\">US Public Health Message Types CodeSystem eicr-case-report-message</a>: Indicates a message containing electronic case report healthcare data sent from clinical care.</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Target</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>YMCA Acme Message Gateway</td><td><a href=\"Device-device-ecr-software-ymca.html\">Device: identifier = http://acme.com/software/client-ids#goodhealth_id; manufacturer = Acme Devices, Inc; type = ; contact = http://acme.com; url = http://acme.com/ymca/software/</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-organization-ecr-salem-medical-center.html\">Organization Salem Medical Center</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</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 style=\"display: none\">*</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>: <span title=\"Codes:{http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents encounter-close}\">Indicates the close of an encounter</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-eicr-document-zika.html\">Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54b; type = document; timestamp = 2021-08-02 22:13:23+0000</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-data-encrypted-extension",
      "valueBoolean" : false
    },
    {
      "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-message-processing-category-extension",
      "valueCode" : "consequence"
    }
  ],
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/ecr/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-ecr-software-ymca"
      },
      "endpoint" : "http://example.org/ymca/fhir"
    }
  ],
  "sender" : {
    🔗 "reference" : "Organization/organization-ecr-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/ecr/CodeSystem/us-ph-triggerdefinition-namedevents",
        "code" : "encounter-close",
        "display" : "Indicates the close of an encounter"
      }
    ]
  },
  "focus" : [
    {
      🔗 "reference" : "Bundle/bundle-eicr-document-zika"
    }
  ]
}