Violent Death and Overdose Reporting (VDOR) FHIR Implementation Guide
0.1.0-cibuild - CI Build
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
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "VDOR-Current-Or-Past-Drug-Misuse-Example-02",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-od-current-or-past-drug-misuse"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation VDOR-Current-Or-Past-Drug-Misuse-Example-02</b></p><a name=\"VDOR-Current-Or-Past-Drug-Misuse-Example-02\"> </a><a name=\"hcVDOR-Current-Or-Past-Drug-Misuse-Example-02\"> </a><a name=\"VDOR-Current-Or-Past-Drug-Misuse-Example-02-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-od-current-or-past-drug-misuse.html\">VDOR Overdose - Current or Past Prescription Drug Misuse or Illicit Drug Use</a></p></div><p><b>VDOR Extension - Drug Misuse</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system od-drug-misuse-2}\">Heroin</span></p><p><b>VDOR Extension - Drug Misuse</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system od-drug-misuse-3}\">Prescription opioids</span></p><p><b>VDOR Extension - Drug Misuse</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system od-drug-misuse-11}\">Other substance - specify</span></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system overdose}\">Overdose</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system od-current-or-past-drug-misuse}\">Current or Past Prescription Drug Misuse or Illicit Drug Use</span></p><p><b>subject</b>: <a href=\"Patient-alice-freeman-example-patient.html\">Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number:\u00a0United States Social Security Number#987054321\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>note</b>: Ayahuasca</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-drug-misuse",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code" : "od-drug-misuse-2",
"display" : "Heroin"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-drug-misuse",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code" : "od-drug-misuse-3",
"display" : "Prescription opioids"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-drug-misuse",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code" : "od-drug-misuse-11",
"display" : "Other substance - specify"
}
]
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code" : "overdose",
"display" : "Overdose"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code" : "od-current-or-past-drug-misuse",
"display" : "Current or Past Prescription Drug Misuse or Illicit Drug Use"
}
]
},
"subject" : {
🔗 "reference" : "Patient/alice-freeman-example-patient"
},
"note" : [
{
"text" : "Ayahuasca"
}
]
}