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

FHIR IG analytics

Packagehl7.eu.fhir.idea4rc
Resource TypeObservation
IdObservation-observation-id-18.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 observation-id-18

status: Final

code: Tobacco use panel

subject: Anonymous Patient Male, DoB: 1968-01-01

component

code: Tobacco smoking status

value: Former smoker

component

code: Cigarettes pack-years smoked during life

value: 5 {packs}/a (Details: UCUM code{packs}/a = '{packs}/a')


Source1

{
  "resourceType": "Observation",
  "id": "observation-id-18",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/observation-tobaccouse-eu-i4rc"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "88028-6",
        "display": "Tobacco use panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-id-17"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "72166-2",
            "display": "Tobacco smoking status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
            "code": "45883458",
            "display": "Former smoker"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
            "code": "903650",
            "display": "Cigarettes pack-years smoked during life"
          }
        ]
      },
      "valueQuantity": {
        "value": 5,
        "system": "http://unitsofmeasure.org",
        "code": "{packs}/a"
      }
    }
  ]
}