FHIR IG analytics| Package | hl7.fhir.us.vdor |
| Resource Type | Observation |
| Id | Observation-VDOR-Treatment-For-Substance-Use-Disorder-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-Treatment-For-Substance-Use-Disorder-Example-01
VDOR Extension - Types of Substance Use Disorder Treatments: Inpatient/outpatient rehabilitation
VDOR Extension - Types of Substance Use Disorder Treatments: Cognitive/behavioral therapy
VDOR Extension - Types of Substance Use Disorder Treatments: Other – specify
status: Final
category: Overdose
code: Treatment for Substance Use Disorder
value: Current treatment
note:
Assertive community treatment
{
"resourceType": "Observation",
"id": "VDOR-Treatment-For-Substance-Use-Disorder-Example-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-od-treatment-for-substance-use-disorder"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-types-of-substance-use-disorder-treatments",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code": "od-types-of-substance-use-disorder-treatment-1",
"display": "Inpatient/outpatient rehabilitation"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-types-of-substance-use-disorder-treatments",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code": "od-types-of-substance-use-disorder-treatment-5",
"display": "Cognitive/behavioral therapy"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vdor/StructureDefinition/vdor-types-of-substance-use-disorder-treatments",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code": "od-types-of-substance-use-disorder-treatment-7",
"display": "Other – 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-treatment-for-substance-use-disorder",
"display": "Treatment for Substance Use Disorder"
}
]
},
"subject": {
"reference": "Patient/alice-freeman-example-patient"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/vdor/CodeSystem/vdor-custom-code-system",
"code": "od-treatment-substance-use-disorder-2",
"display": "Current treatment"
}
]
},
"note": [
{
"text": "Assertive community treatment"
}
]
}