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

FHIR IG analytics

Packageihe.iti.pcf
Resource TypeObservation
IdObservation-ex-alcoholUse.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 ex-alcoholUse

Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), alcohol use disorder information sensitivity (Details: ActCode code ETHUD = 'alcohol use disorder information sensitivity'), restricted (Details: Confidentiality code R = 'restricted')

status: Final

code: Alcoholic drinks per day

subject: Jack Smith Male, DoB: 1923-07-25

encounter: Encounter: status = finished; class = home health (ActCode#HH)

effective: 2022-06-13

performer: Practitioner: telecom = Author@example.com

value: 5 glasses of wine (Details: UCUM code{wine glasses}/d = '{wine glasses}/d')


Source1

{
  "resourceType": "Observation",
  "id": "ex-alcoholUse",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "ETHUD"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "74013-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "encounter": {
    "reference": "Encounter/ex-encounter"
  },
  "effectiveDateTime": "2022-06-13",
  "performer": [
    {
      "reference": "Practitioner/ex-author"
    }
  ],
  "valueQuantity": {
    "value": 5,
    "unit": "glasses of wine",
    "system": "http://unitsofmeasure.org",
    "code": "{wine glasses}/d"
  }
}