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

FHIR IG analytics

Packagehl7.fhir.us.vdor
Resource TypeObservation
IdObservation-VDOR-Current-Or-Past-Drug-Misuse-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-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

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


Source1

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