Vital Records FHIR Messaging (VRFM) IG
2.0.0-Preview3 - ci-build
Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 2.0.0-Preview3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "DemographicsCodingMessage-Example1",
"meta" : {
"profile" : [
🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingMessage"
]
},
"type" : "message",
"timestamp" : "2021-05-20T00:00:00Z",
"entry" : [
{
"fullUrl" : "http://www.example.org/fhir/Header/DemographicsCodingHeader-Example1",
"resource" : {
"resourceType" : "MessageHeader",
"id" : "DemographicsCodingHeader-Example1",
"meta" : {
"profile" : [
🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-DemographicsCodingHeader"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_DemographicsCodingHeader-Example1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader DemographicsCodingHeader-Example1</b></p><a name=\"DemographicsCodingHeader-Example1\"> </a><a name=\"hcDemographicsCodingHeader-Example1\"> </a><a name=\"DemographicsCodingHeader-Example1-en-US\"> </a><p><b>event</b>: <a href=\"http://nchs.cdc.gov/vrdr_demographics_coding\">http://nchs.cdc.gov/vrdr_demographics_coding</a></p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://sos.ny.gov/vitalrecords\">https://sos.ny.gov/vitalrecords</a></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://nchs.cdc.gov/vrdr_submission\">http://nchs.cdc.gov/vrdr_submission</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>SubmissionHeader-Example1</td><td>OK</td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"Bundle-BirthReportMessage-Example1.html#http-//www.example.org/fhir/Bundle/DummyBundle\">Bundle: type = message; timestamp = 2022-08-20 00:00:00+0000</a></li><li><a href=\"Bundle-AcknowledgementMessage-Example1.html#http-//www.example.org/fhir/Parameters/Parameters-Example1\">Bundle: type = message; timestamp = 2021-05-20 00:00:00+0000</a></li></ul></div>"
},
"eventUri" : "http://nchs.cdc.gov/vrdr_demographics_coding",
"destination" : [
{
"endpoint" : "https://sos.ny.gov/vitalrecords"
}
],
"source" : {
"endpoint" : "http://nchs.cdc.gov/vrdr_submission"
},
"response" : {
"identifier" : "SubmissionHeader-Example1",
"code" : "ok"
},
"focus" : [
{
"reference" : "http://www.example.org/fhir/Bundle/DummyBundle"
},
{
"reference" : "http://www.example.org/fhir/Parameters/Parameters-Example1"
}
]
}
},
{
"fullUrl" : "http://www.example.org/fhir/Parameters/Parameters-Example1",
"resource" : {
"resourceType" : "Parameters",
"id" : "Parameters-Example1",
"meta" : {
"profile" : [
🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters"
]
},
"parameter" : [
{
"name" : "jurisdiction_id",
"valueString" : "NY"
},
{
"name" : "cert_no",
"valueUnsignedInt" : 123456
},
{
"name" : "event_year",
"valueUnsignedInt" : 2018
},
{
"name" : "state_auxiliary_id",
"valueString" : "abcdef10"
},
{
"name" : "payload_version_id",
"valueString" : "VRDRSTU2.2"
}
]
}
},
{
"fullUrl" : "http://www.example.org/fhir/Bundle/DummyBundle",
"resource" : {
"resourceType" : "Bundle",
"id" : "DummyBundle",
"meta" : {
"profile" : [
🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageBundle"
]
},
"type" : "collection",
"entry" : [
{
"fullUrl" : "http://www.example.org/fhir/Parameters/ParametersBirth-Example1",
"resource" : {
"resourceType" : "Parameters",
"id" : "ParametersBirth-Example1",
"meta" : {
"profile" : [
🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters"
]
},
"parameter" : [
{
"name" : "jurisdiction_id",
"valueString" : "NY"
},
{
"name" : "cert_no",
"valueUnsignedInt" : 111111
},
{
"name" : "event_year",
"valueUnsignedInt" : 2022
},
{
"name" : "state_auxiliary_id",
"valueString" : "abcdef10"
},
{
"name" : "payload_version_id",
"valueString" : "BFDRSTU2.0"
}
]
}
}
]
}
}
]
}