Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Decedent Instance Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "51b806c8-566f-463e-8783-9fbf6be8161d",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2021-08-18T12:13:30.341+00:00",
    "source" : "#EA5PrKCCVEwaBe1B",
    "profile" : [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Example Something Middle \n                <b>LAST </b> Jr. \n            </div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>123456789</td></tr><tr><td>Address</td><td><span>101 Example Street </span><br/><span>Line 2 </span><br/><span>Bedford </span><span>MA </span><span>United States </span></td></tr><tr><td>Date of birth</td><td><span>24 February Unknown Year</span></td></tr></tbody></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "1002-5",
            "display" : "American Indian or Alaska Native"
          }
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2028-9",
            "display" : "Asian"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "1586-7",
            "display" : "Shoshone"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2036-2",
            "display" : "Filipino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Mixed"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2184-0",
            "display" : "Dominican"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2148-5",
            "display" : "Mexican"
          }
        },
        {
          "url" : "text",
          "valueString" : "Hispanic or Latino"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "line" : [
          "101 Example Birth Street"
        ],
        "city" : "12345",
        "district" : "13121",
        "state" : "UNK",
        "postalCode" : "01730",
        "country" : "US"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SB",
            "display" : "Social Beneficiary Identifier"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "123456789"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Last",
      "given" : [
        "Example",
        "Something",
        "Middle"
      ],
      "suffix" : [
        "Jr."
      ]
    },
    {
      "use" : "nickname",
      "family" : "LastNameAlias",
      "given" : [
        "FirstNameAlias",
        "MiddleAlias"
      ],
      "suffix" : [
        "Jr."
      ]
    }
  ],
  "gender" : "male",
  "_birthDate" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "year-absent-reason",
            "valueCode" : "asked-unknown"
          },
          {
            "url" : "date-month",
            "valueInteger" : 2
          },
          {
            "url" : "date-day",
            "valueInteger" : 24
          }
        ],
        "url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Partial-date-part-absent-reason"
      }
    ]
  },
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/Within-City-Limits-Indicator",
          "valueCoding" : {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code" : "N",
            "display" : "No"
          }
        }
      ],
      "line" : [
        "101 Example Residence Street",
        "Line 2"
      ],
      "city" : "54321",
      "district" : "OTH",
      "state" : "MA",
      "postalCode" : "01730",
      "country" : "US"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "S",
        "display" : "Never Married"
      }
    ]
  }
}