Vital Records FHIR Messaging (VRFM) IG
2.0.0-draft-1 - 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-draft-1 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

: DummyBundle - JSON Representation

Raw json | Download


{
  "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"
          }
        ]
      }
    }
  ]
}