FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | DeviceUsage |
| Id | DeviceUsage-example.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceUsage example
Language: en
identifier: http:goodhealth.org/identifiers/51ebb7a9-4e3a-4360-9a05-0cc2d869086f
status: Active
subject: Patient/example
| Concept |
| ACME defribillator |
| Reference |
| PHx of Appendectomy (surgery) |
{
"resourceType": "DeviceUsage",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceUsage|0.1.0",
"id": "example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http:goodhealth.org/identifiers",
"value": "51ebb7a9-4e3a-4360-9a05-0cc2d869086f"
}
],
"status": "active",
"subject": {
"reference": "Patient/example"
},
"device": {
"concept": {
"text": "ACME defribillator"
}
},
"reason": [
{
"reference": {
"reference": "Condition/example",
"display": "PHx of Appendectomy (surgery)"
}
}
]
}