Violent Death and Overdose Reporting (VDOR) FHIR Implementation Guide
0.1.0-cibuild - CI Build United States of America flag

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

: VDOR Document - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "composition-vdor-composition-example-1-nvdrs",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-composition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-vdor-composition-example-1-nvdrs</b></p><a name=\"composition-vdor-composition-example-1-nvdrs\"> </a><a name=\"hccomposition-vdor-composition-example-1-nvdrs\"> </a><a name=\"composition-vdor-composition-example-1-nvdrs-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vdor-composition.html\">VDOR Composition Profile</a></p></div><p><b>NVDRS Force New Record Extension</b>: true</p><p><b>NVDRS Overwrite Conflicts Extension</b>: false</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system cme-report}\">C/ME Report</span></p><p><b>date</b>: 2024-06-07 03:21:24-0400</p><p><b>author</b>: ?rref?</p><p><b>title</b>: VDOR Document</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/vdor/StructureDefinition/nvdrs-force-new-record-extension",
      "valueBoolean" : true
    },
    {
      "url" : "http://hl7.org/fhir/us/vdor/StructureDefinition/nvdrs-overwrite-conflicts-extension",
      "valueBoolean" : false
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
        "code" : "cme-report",
        "display" : "C/ME Report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/alice-freeman-example-patient"
  },
  "date" : "2024-06-07T03:21:24.683401-04:00",
  "author" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "not-asked"
        }
      ]
    }
  ],
  "title" : "VDOR Document"
}