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

: Cause of Death Pathway Example - JSON Representation

Raw json | Download


{
  "resourceType" : "List",
  "id" : "60401545-f1e1-4a80-867f-02384ffed857",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-07-22T13:59:02.713+00:00",
    "source" : "#EWNOB45m46lXQqTB",
    "profile" : [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Mode: snapshotStatus: current</td></tr><tr><td>Source: (null)Order: Sorted by Priority</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Condition-f0cbc63d-ac4e-469b-8761-70b6ea8bf666.html\">Condition/f0cbc63d-ac4e-469b-8761-70b6ea8bf666</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "snapshot",
  "source" : {
    "reference" : "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d"
  },
  "orderedBy" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/list-order",
        "code" : "priority",
        "display" : "Sorted by Priority"
      }
    ]
  },
  "entry" : [
    {
      "item" : {
        "reference" : "Condition/f0cbc63d-ac4e-469b-8761-70b6ea8bf666"
      }
    }
  ]
}