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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeMessageHeader
IdMessageHeader-BDRMessageHeaderExample.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 BDRMessageHeaderExample

event: LOINC 75609-8: Birth defects Outpatient Registry report

Destinations

-NameEndpoint
*Michigan BDRShttp://acme.com

sender: Organization Westside Clinic

Sources

-NameEndpoint
*EHRhttp://acme.com

focus: Condition 12q14 microdeletion syndrome (disorder)


Source1

{
  "resourceType": "MessageHeader",
  "id": "BDRMessageHeaderExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-messageheader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://loinc.org",
    "code": "75609-8",
    "display": "Birth defects Outpatient Registry report"
  },
  "destination": [
    {
      "name": "Michigan BDRS",
      "endpoint": "http://acme.com"
    }
  ],
  "sender": {
    "reference": "Organization/ClinicSubmitterExample"
  },
  "source": {
    "name": "EHR",
    "endpoint": "http://acme.com"
  },
  "focus": [
    {
      "reference": "Condition/ReportableDiagnosisExample"
    }
  ]
}