FHIR IG analytics| Package | hl7.fhir.us.vdor |
| Resource Type | Observation |
| Id | Observation-VDOR-Current-Or-Past-Drug-Misuse-Example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation VDOR-Current-Or-Past-Drug-Misuse-Example-01
VDOR Extension - Drug Misuse: No evidence of current or past drug use/misuse
status: Final
category: Overdose
code: Current or Past Prescription Drug Misuse or Illicit Drug Use
{
"resourceType": "Observation",
"id": "VDOR-Current-Or-Past-Drug-Misuse-Example-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-od-current-or-past-drug-misuse"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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-1",
"display": "No evidence of current or past drug use/misuse"
}
]
}
}
],
"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"
}
}