FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | DeviceUseStatement |
| Id | DeviceUseStatement-DeviceUseStatementExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceUseStatement DeviceUseStatementExample
Profile: Device Use Statement (CZ core)
status: Active
subject: John Doe
recordedOn: 2025-05-20 10:00:00+0200
device: Blood Pressure Monitor
reasonCode: Monitoring blood pressure at home
{
"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"
}
]
}