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

FHIR IG analytics

Packagecom.e-medlab.healthsense
Resource TypeObservation
IdObservation-alchocol1.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 alchocol1

status: Final

category: Vital Signs

code: Alcoholic beverage intake

subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)

effective: 2021-11-24

performer: Organization East Tallinn Central Hospital

value: 1 unit per day (Details: UCUM code[IU]/d = '[IU]/d')

interpretation: Occasional drinker - <1u/day


Source1

{
  "resourceType": "Observation",
  "id": "alchocol1",
  "meta": {
    "profile": [
      "https://healthsense.e-medlab.com/StructureDefinition/hs-alcohol-intake"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "897148007",
        "display": "Alcoholic beverage intake"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat1"
  },
  "effectiveDateTime": "2021-11-24",
  "performer": [
    {
      "reference": "Organization/org1"
    }
  ],
  "valueQuantity": {
    "value": 1,
    "unit": "unit per day",
    "system": "http://unitsofmeasure.org",
    "code": "[IU]/d"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "https://healthsense.e-medlab.com/CodeSystem/hs-alcohol-drinking-status",
          "code": "266917007",
          "display": "Occasional drinker - <1u/day"
        }
      ]
    }
  ]
}