Vital Records Mortality and Morbidity Reporting FHIR Implementation Guide
1.0.0 - STU 1

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Death Pronouncement Performer Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "9102c234-53ca-4066-8452-42f3ba751c7d",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-07-25T23:44:52.912+00:00",
    "source" : "#lSYCtKrCXgjr2pRs",
    "profile" : [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: 1122334455</p><p><b>name</b>: Doctor Middle Last (OFFICIAL)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1122334455"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Last",
      "given" : [
        "Doctor",
        "Middle"
      ],
      "suffix" : [
        "Jr."
      ]
    }
  ]
}