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

FHIR IG analytics

Packagech.fhir.ig.ch-ips
Resource TypeObservation
IdObservation-93fe0d81-a547-494e-941c-113506108b76.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 93fe0d81-a547-494e-941c-113506108b76

status: Final

code: Tobacco smoking status

subject: Monika Wegmüller

effective: 2024-04-26

performer: Spital

value: Former smoker


Source1

{
  "resourceType": "Observation",
  "id": "93fe0d81-a547-494e-941c-113506108b76",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-tobaccouse-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72166-2",
        "display": "Tobacco smoking status"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:8383926c-ece1-4384-94bc-b4250b4cb71b",
    "type": "Patient",
    "display": "Monika Wegmüller"
  },
  "effectiveDateTime": "2024-04-26",
  "performer": [
    {
      "reference": "urn:uuid:a27376ce-fa12-458d-a2dc-f90e63de126b",
      "type": "Organization",
      "display": "Spital"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA15920-4",
        "display": "Former smoker"
      }
    ]
  }
}