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

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeObservation
IdObservation-observation-tobacco-smoking-consumption-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-tobacco-smoking-consumption-example

Language: en

Profile: Tobacco Smoking Consumption

status: Final

category: Social History

code: Tobacco smoking consumption (observable entity)

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-01 09:00:00+0000

value: Light cigarette smoker (1–9 cigs/day)

note:

Patient reports smoking approximately 8 cigarettes per day.


Lithuanian


Generated Narrative: Observation observation-tobacco-smoking-consumption-example

Language: en

Profile: Tobacco Smoking Consumption

status: Final

category: Social History

code: Tobacco smoking consumption (observable entity)

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-01 09:00:00+0000

value: Light cigarette smoker (1–9 cigs/day)

note:

Patient reports smoking approximately 8 cigarettes per day.


Source1

{
  "resourceType": "Observation",
  "id": "observation-tobacco-smoking-consumption-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lifestyle/StructureDefinition/tobacco-smoking-consumption-lt-lifestyle"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "266918002",
        "display": "Tobacco smoking consumption (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2025-10-01T09:00:00Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "160603005",
        "display": "Light cigarette smoker (1–9 cigs/day)"
      }
    ]
  },
  "note": [
    {
      "text": "Patient reports smoking approximately 8 cigarettes per day."
    }
  ]
}