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

: 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\">Generated Summary: <span title=\"Codes: \">Acute transmural myocardial infarction of anterior wall</span>; onset: minutes</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"
      }
    }
  ]
}