Vital Records FHIR Messaging (VRFM) IG
1.0.1 - release

Vital Records FHIR Messaging (VRFM) IG - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CauseOfDeathCodingHeader-Example1 - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "CauseOfDeathCodingHeader-Example1",
  "meta" : {
    "profile" : [
      🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-CauseOfDeathCodingHeader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"CauseOfDeathCodingHeader-Example1\"> </a></p><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\">Resource MessageHeader &quot;CauseOfDeathCodingHeader-Example1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VRM-CauseOfDeathCodingHeader.html\">Cause of Death Coding Header</a></p></div><p><b>event</b>: <a href=\"http://nchs.cdc.gov/vrdr_causeofdeath_coding\">http://nchs.cdc.gov/vrdr_causeofdeath_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-CauseOfDeathCodingMessage-Example1.html#http-//www.example.org/fhir/Bundle/CauseOfDeathCodedContentBundle-Example1\">http://www.example.org/fhir/Bundle/CauseOfDeathCodedContentBundle-Example1</a></li><li><a href=\"Bundle-AcknowledgementMessage-Example1.html#http-//www.example.org/fhir/Parameters/Parameters-Example1\">http://www.example.org/fhir/Parameters/Parameters-Example1</a></li></ul></div>"
  },
  "eventUri" : "http://nchs.cdc.gov/vrdr_causeofdeath_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/CauseOfDeathCodedContentBundle-Example1"
    },
    {
      "reference" : "http://www.example.org/fhir/Parameters/Parameters-Example1"
    }
  ]
}