FHIR IG analytics| Package | hl7.fhir.uv.cardx-cied |
| Resource Type | DeviceAssociation |
| Id | DeviceAssociation-ACMEDeviceLeadAssociation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceAssociation ACMEDeviceLeadAssociation
Association Status Extension: Implanted
device: Device: manufacturer = ACME Devices; serialNumber = ACMELead; modelNumber = LeadExample1
status: Implanted
subject: Jim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, ))
period: 2020-06-01 --> (ongoing)
{
"resourceType": "DeviceAssociation",
"id": "ACMEDeviceLeadAssociation",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-device-association"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/association-status-extension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/deviceassociation-status",
"code": "implanted"
}
]
}
}
],
"device": {
"reference": "Device/ACMELead"
},
"status": {
"coding": [
{
"system": "http://hl7.org/fhir/deviceassociation-status",
"code": "implanted"
}
]
},
"subject": {
"reference": "Patient/uc1ACMEPatient"
},
"period": {
"start": "2020-06-01"
}
}