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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeObservation
IdObservation-observation-smoker.json
FHIR VersionR4B

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 observation-smoker

version: 6; Last updated: 2020-08-12 21:30:13+0000;

Information Source: #csn482LCsnDWyxbW

Profile: US Core Smoking Status Observation Profile

status: Final

category: Social History

code: Tobacco smoking status

subject: Amy Shaw

effective: 2016-03-18 05:27:04+0000

value: Current some day smoker


Source1

{
  "resourceType": "Observation",
  "id": "observation-smoker",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2020-08-12T21:30:13.468+00:00",
    "source": "#csn482LCsnDWyxbW",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"
    ]
  },
  "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": "72166-2",
        "display": "Tobacco smoking status"
      }
    ],
    "text": "Tobacco smoking status"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2016-03-18T05:27:04Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "428041000124106"
      }
    ],
    "text": "Current some day smoker"
  }
}