FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | Device |
| Id | Device-Device.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device Device
CH EMS Extension: Owner: Patient
| Name | Type |
| Beatmungsgerät | User Friendly name |
{
"resourceType": "Device",
"id": "Device",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-owner",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116154003",
"display": "Patient (person)"
}
],
"text": "Patient"
}
}
],
"deviceName": [
{
"name": "Beatmungsgerät",
"type": "user-friendly-name"
}
]
}