FHIR IG analytics| Package | acme.canada |
| Resource Type | Device |
| Id | Device-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Device",
"id": "1",
"meta": {
"profile": [
"https://fake-acme.org/fhir/ca/StructureDefinition/MaintainedDevice"
]
},
"extension": [
{
"url": "https://fake-acme.org/fhir/ca/StructureDefinition/TotalDeviceHours",
"valueDecimal": 1200
},
{
"url": "https://fake-acme.org/fhir/ca/StructureDefinition/MaintenanceEvent",
"extension": [
{
"url": "datePerformed",
"valueDate": "2022-10-26"
},
{
"url": "currentDeviceHours",
"valueDecimal": 1200
},
{
"url": "performer",
"valueString": "Lazlo Cravensworth"
}
]
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "702172008",
"display": "Home continuous positive airway pressure unit (physical object)"
}
]
},
"patient": {
"reference": "Patient/4"
}
}