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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeObservation
IdObservation-e-cig-user.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 e-cig-user

status: Final

category: Social History

code: E cig use

subject: Amy Shaw

effective: 2024-01 --> (ongoing)

performer: Nurse Nancy RN

value: Nicotine-filled electronic cigarette user


Source1

{
  "resourceType": "Observation",
  "id": "e-cig-user",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|9.0.0"
    ]
  },
  "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"
        }
      ],
      "text": "Social History"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "105045-9",
        "display": "Electronic cigarette status"
      }
    ],
    "text": "E cig use"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectivePeriod": {
    "start": "2024-01"
  },
  "performer": [
    {
      "reference": "Practitioner/practitioner-3",
      "display": "Nurse Nancy RN"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "785889008"
      }
    ],
    "text": "Nicotine-filled electronic cigarette user"
  }
}