FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | DeviceUseStatement |
| Id | DeviceUseStatement-device-use-statement-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DeviceUseStatement",
"id": "device-use-statement-example",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-device-use-statement"
]
},
"status": "active",
"subject": {
"reference": "Patient/patient-israeli"
},
"device": {
"reference": "Device/example-device"
},
"recordedOn": "2023-08-15T10:00:00+03:00",
"source": {
"reference": "Practitioner/practitioner-md"
},
"bodySite": {
"coding": [
{
"code": "364598002",
"system": "http://snomed.info/sct",
"display": "Right arm structure (body structure)"
}
]
},
"note": [
{
"text": "Patient reports consistent use of the glucose monitor"
}
]
}