Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: VRDR Injury Incident - Freeman - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "vrdr-injury-incident-a-freeman-med-ingest",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-incident"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation vrdr-injury-incident-a-freeman-med-ingest</b></p><a name=\"vrdr-injury-incident-a-freeman-med-ingest\"> </a><a name=\"hcvrdr-injury-incident-a-freeman-med-ingest\"> </a><a name=\"vrdr-injury-incident-a-freeman-med-ingest-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11374-6}\">Injury incident description Narrative</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient-a-freeman.html\">Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number:\u00a0SSN#987054321\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: <code>Partial Date Time Vital Records: </code></p><p><b>performer</b>: <a href=\"Practitioner-vr-practitioner-s-jones.html\">Practitioner Sam Jones (official)</a></p><p><b>value</b>: <span title=\"Codes:\">drug toxicity</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69444-8}\">Did death result from injury at work</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">No</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69450-5}\">Place of injury Facility</span></p><p><b>value</b>: <span title=\"Codes:\">Private house</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69451-3}\">Transportation role of decedent</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NA}\">not applicable</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11374-6"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/us-core-patient-a-freeman"
  },
  "_effectiveDateTime" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "day",
            "valueUnsignedInt" : 8
          },
          {
            "url" : "month",
            "valueUnsignedInt" : 1
          },
          {
            "url" : "year",
            "valueUnsignedInt" : 2022
          },
          {
            "url" : "time",
            "_valueTime" : {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                  "valueCode" : "unknown"
                }
              ]
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-time-vr"
      }
    ]
  },
  "performer" : [
    {
      🔗 "reference" : "Practitioner/vr-practitioner-s-jones"
    }
  ],
  "valueCodeableConcept" : {
    "text" : "drug toxicity"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69444-8"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code" : "N",
            "display" : "No"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69450-5"
          }
        ]
      },
      "valueCodeableConcept" : {
        "text" : "Private house"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69451-3"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code" : "NA",
            "display" : "not applicable"
          }
        ],
        "text" : "not applicable"
      }
    }
  ]
}