Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: BDRMessageHeaderBirthingExample - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "BDRMessageHeaderBirthingExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-messageheader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader BDRMessageHeaderBirthingExample</b></p><a name=\"BDRMessageHeaderBirthingExample\"> </a><a name=\"hcBDRMessageHeaderBirthingExample\"> </a><a name=\"BDRMessageHeaderBirthingExample-en-US\"> </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-bdr-messageheader.html\">MessageHeader - Birth Defect</a></p></div><p><b>event</b>: <a href=\"https://loinc.org/85580-9\">LOINC 85580-9</a>: Birth defects Hospital Registry report</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>Michigan BDRS</td><td><a href=\"http://acme.com\">http://acme.com</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-HospitalSubmitterExample.html\">Organization Ann Arbor General Hospital</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>EHR</td><td><a href=\"http://acme.com\">http://acme.com</a></td></tr></table><p><b>focus</b>: <a href=\"Condition-ReportableDiagnosisBirthingExample.html\">Condition Polydactyly (disorder)</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://loinc.org",
    "code" : "85580-9",
    "display" : "Birth defects Hospital Registry report"
  },
  "destination" : [
    {
      "name" : "Michigan BDRS",
      "endpoint" : "http://acme.com"
    }
  ],
  "sender" : {
    🔗 "reference" : "Organization/HospitalSubmitterExample"
  },
  "source" : {
    "name" : "EHR",
    "endpoint" : "http://acme.com"
  },
  "focus" : [
    {
      🔗 "reference" : "Condition/ReportableDiagnosisBirthingExample"
    }
  ]
}