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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeObservation
IdObservation-example-frailty.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 example-frailty

status: Final

category: exam

code: Mobility device or aid is regularly used

subject: Older Adult Example Patient (official) Female, DoB: 1946-09-25 ( Medical record number (use: usual, period: 1995-05-06 --> (ongoing)))

effective: 2026-07-15 10:30:00-0400 --> 2026-07-15 10:45:00-0400

issued: 2026-07-15 11:00:00-0400

performer: Example Practitioner

value: Uses a wheelchair regularly


Source1

{
  "resourceType": "Observation",
  "id": "example-frailty",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "99354-3",
        "display": "Mobility device or aid is regularly used"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-2"
  },
  "effectivePeriod": {
    "start": "2026-07-15T10:30:00-04:00",
    "end": "2026-07-15T10:45:00-04:00"
  },
  "issued": "2026-07-15T11:00:00-04:00",
  "performer": [
    {
      "reference": "Practitioner/example",
      "display": "Example Practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "105503008",
        "display": "Dependence on wheelchair (finding)"
      }
    ],
    "text": "Uses a wheelchair regularly"
  }
}