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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeObservation
IdObservation-au-core-smokingstatus-conformant.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 au-core-smokingstatus-conformant

status: Final

category: Social History

code: Tobacco smoking status

subject: Patient/patient-fixture

effective: 2026-01-10

value: Never smoked tobacco


Source1

{
  "resourceType": "Observation",
  "id": "au-core-smokingstatus-conformant",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1747861000168109",
        "display": "Tobacco smoking status"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-fixture"
  },
  "effectiveDateTime": "2026-01-10",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "266919005",
        "display": "Never smoked tobacco"
      }
    ]
  }
}