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

: AliasParameters-Example1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "AliasParameters-Example1",
  "meta" : {
    "profile" : [
      🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-AliasParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "jurisdiction_id",
      "valueString" : "NY"
    },
    {
      "name" : "cert_no",
      "valueUnsignedInt" : 123456
    },
    {
      "name" : "event_year",
      "valueUnsignedInt" : 2018
    },
    {
      "name" : "state_auxiliary_id",
      "valueString" : "abcdef10"
    },
    {
      "name" : "alias_father_surname",
      "valueString" : "Jingleheimer"
    },
    {
      "name" : "alias_decedent_first_name",
      "valueString" : "John"
    },
    {
      "name" : "alias_decedent_middle_name",
      "valueString" : "Jacob"
    },
    {
      "name" : "alias_decedent_last_name",
      "valueString" : "Schmidt"
    },
    {
      "name" : "alias_decedent_name_suffix",
      "valueString" : "III"
    },
    {
      "name" : "alias_social_security_number",
      "valueString" : "123-45-6789"
    }
  ]
}