FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeMessageHeader
IdMessageHeader-BDRMessageHeaderBirthingExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageHeader BDRMessageHeaderBirthingExample

event: LOINC 85580-9: Birth defects Hospital Registry report

Destinations

-NameEndpoint
*Michigan BDRShttp://acme.com

sender: Organization Ann Arbor General Hospital

Sources

-NameEndpoint
*EHRhttp://acme.com

focus: Condition Polydactyly (disorder)


Source1

{
  "resourceType": "MessageHeader",
  "id": "BDRMessageHeaderBirthingExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-messageheader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}