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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeDeviceUseStatement
IdDeviceUseStatement-DeviceUseStatementExample.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: DeviceUseStatement DeviceUseStatementExample

status: Active

subject: John Doe

recordedOn: 2025-05-20 10:00:00+0200

device: Blood Pressure Monitor

reasonCode: Monitoring blood pressure at home


Source1

{
  "resourceType": "DeviceUseStatement",
  "id": "DeviceUseStatementExample",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/deviceUseStatement-cz-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subject": {
    "reference": "Patient/PatientExample",
    "display": "John Doe"
  },
  "recordedOn": "2025-05-20T10:00:00+02:00",
  "device": {
    "reference": "Device/BloodPressureMonitor",
    "display": "Blood Pressure Monitor"
  },
  "reasonCode": [
    {
      "text": "Monitoring blood pressure at home"
    }
  ]
}