FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | MessageHeader |
| Id | MessageHeader-BDRMessageHeaderExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader BDRMessageHeaderExample
Profile: MessageHeader - Birth Defect
event: LOINC 75609-8: Birth defects Outpatient Registry report
| Name | Endpoint |
| Michigan BDRS | http://acme.com |
sender: Organization Westside Clinic
| Name | Endpoint |
| EHR | http://acme.com |
{
"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"
}
]
}