FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Device |
| Id | Device-EX-MedicalDevice.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device EX-MedicalDevice
Profile: CH Emergency Record Device
status: Active
type: Cardiac pacemaker
{
"resourceType": "Device",
"id": "EX-MedicalDevice",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-device"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14106009",
"display": "Cardiac pacemaker"
}
]
},
"patient": {
"reference": "Patient/EX-Patient"
}
}