FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vdor
Resource TypeObservation
IdObservation-VDOR-Treatment-For-Substance-Use-Disorder-Example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

subject: Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))

value: Current treatment

note:

Assertive community treatment


Source1

{
  "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"
    }
  ]
}