Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-ballot2 - STU2 ballot United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-ballot2: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Observation - Communicable Disease example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-communicable-disease-ccr-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-communicable-disease"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-communicable-disease-ccr-ex1</b></p><a name=\"observation-communicable-disease-ccr-ex1\"> </a><a name=\"hcobservation-communicable-disease-ccr-ex1\"> </a><a name=\"observation-communicable-disease-ccr-ex1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes CommunicableDisease}\">Communicable Disease Observation</span></p><p><b>subject</b>: <a href=\"Patient-vrdr-decedent-dcr-ex1.html\">Testing R Joey (official) Unknown, DoB: 2023-01-01 ( Social Beneficiary Identifier: SSN#234567865)</a></p><p><b>effective</b>: 2023-05-02</p><p><b>performer</b>: <a href=\"Organization-us-core-organization-ga-dph.html\">Organization GA Dept Public Health</a></p><p><b>value</b>: false</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes",
        "code" : "CommunicableDisease"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/vrdr-decedent-dcr-ex1"
  },
  "effectiveDateTime" : "2023-05-02",
  "performer" : [
    {
      🔗 "reference" : "Organization/us-core-organization-ga-dph"
    }
  ],
  "valueBoolean" : false
}