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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4
Resource TypeObservation
IdObservation-SmokingExample1.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 SmokingExample1

status: Final

category: Social History

code: Smoking History

subject: Test, Patient FHIR

effective: 2009-01-01 --> (ongoing)

issued: 2021-05-11 05:00:00+0000

performer: Dr. FHIR

value: Every Day

component

code: Type

value: Cigarettes

component

code: Type

value: Chew

component

code: Cigarette pack-years (observable entity)

value: 3.72 {pack-years} (Details: UCUM code1 = '1')

component

code: Years Used

value: 12.4 Years Used (Details: UCUM codea = 'a')

component

code: Packs/Day

value: 0.3 Packs/Day (Details: SNOMED CT code228963008 = 'packets/day')


Source1

{
  "resourceType": "Observation",
  "id": "SmokingExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"
    ]
  },
  "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"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "365980008",
        "display": "Finding of tobacco use and exposure (finding)"
      }
    ],
    "text": "Smoking History"
  },
  "subject": {
    "reference": "Patient/PatientExample1",
    "display": "Test, Patient FHIR"
  },
  "effectivePeriod": {
    "start": "2009-01-01"
  },
  "issued": "2021-05-11T05:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/PractitionerExample1",
      "display": "Dr. FHIR"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "449868002",
        "display": "Smokes tobacco daily"
      }
    ],
    "text": "Every Day"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "81228-9",
            "display": "Tobacco product"
          }
        ],
        "text": "Type"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "65568007",
            "display": "Cigarette Smoker"
          }
        ],
        "text": "Cigarettes"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "81228-9",
            "display": "Tobacco product"
          }
        ],
        "text": "Type"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "81703003",
            "display": "Chews Tobacco"
          }
        ],
        "text": "Chew"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "401201003",
            "display": "Cigarette pack-years (observable entity)"
          }
        ],
        "text": "Cigarette pack-years (observable entity)"
      },
      "valueQuantity": {
        "value": 3.72,
        "unit": "{pack-years}",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "88029-4",
            "display": "Tobacco use duration"
          }
        ],
        "text": "Years Used"
      },
      "valueQuantity": {
        "value": 12.4,
        "unit": "Years Used",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8663-7",
            "display": "Cigarettes smoked current (pack per day) - Reported"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "266918002",
            "display": "Tobacco smoking consumption (observable entity)"
          }
        ],
        "text": "Packs/Day"
      },
      "valueQuantity": {
        "value": 0.3,
        "unit": "Packs/Day",
        "system": "http://snomed.info/sct",
        "code": "228963008"
      }
    }
  ]
}