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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeObservation
IdObservation-non-smoker-example-1.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 non-smoker-example-1

status: Final

category: Social History

code: Tobacco smoking status

subject: James Wolff

effective: 2024-02-01 16:27:04+0000

performer: Dr. Doc Family

value: Non-smoker (finding)


Source1

{
  "resourceType": "Observation",
  "id": "non-smoker-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|6.1.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": "72166-2",
        "display": "Tobacco smoking status"
      }
    ],
    "text": "Tobacco smoking status"
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "effectiveDateTime": "2024-02-01T16:27:04Z",
  "performer": [
    {
      "reference": "Practitioner/pcp-provider-example-1",
      "display": "Dr. Doc Family"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "8392000",
        "display": "Non-smoker (finding)"
      }
    ]
  }
}