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 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "composition-vdor-composition-example-1-nvdrs"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vdor/StructureDefinition/nvdrs-force-new-record-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vdor/StructureDefinition/nvdrs-overwrite-conflicts-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cme-report" ] ;
fhir:display [ fhir:v "C/ME Report" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/alice-freeman-example-patient" ]
  ] ; # 
  fhir:date [ fhir:v "2024-06-07T03:21:24.683401-04:00"^^xsd:dateTime] ; # 
  fhir:author ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "not-asked"       ]     ] )
  ] ) ; # 
  fhir:title [ fhir:v "VDOR Document"] . #