FHIR IG analytics| Package | hl7.fhir.eu.hdr |
| Resource Type | DeviceUseStatement |
| Id | DeviceUseStatement-example-deviceusestatement-euhdr.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Device: Implantable Pacemaker
Patient: Luigi De Luca
Status: Active
Timing: 2022-03-15 to 2024-12-01
Reason: Complete atrioventricular block
Body Site: Right atrium
{
"resourceType": "DeviceUseStatement",
"id": "example-deviceusestatement-euhdr",
"meta": {
"profile": [
"http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"subject": {
"reference": "Patient/patient-swart",
"display": "Fiona XXX_Swart"
},
"timingPeriod": {
"start": "2022-03-15",
"end": "2024-12-01"
},
"device": {
"reference": "Device/pacemaker-001",
"display": "Implantable Pacemaker"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27885002",
"display": "Complete atrioventricular block"
}
],
"text": "Complete AV block"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73829009",
"display": "Right atrium"
}
]
}
}