FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Device |
| Id | Device-at-aps-example-device-02-software.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device at-aps-example-device-02-software
Profile: AT APS Device
deviceName
name: Best Health Software Application
type: Model name
deviceName
name: Good Health System
type: Manufacturer name
type: Software
| Value |
| 1.0.5 |
patient: Maria Musterfrau
parent: Best Health Device
{
"resourceType": "Device",
"id": "at-aps-example-device-02-software",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-device"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"deviceName": [
{
"name": "Best Health Software Application",
"type": "model-name"
},
{
"name": "Good Health System",
"type": "manufacturer-name"
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "706687001",
"display": "Software"
}
]
},
"version": [
{
"value": "1.0.5"
}
],
"patient": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"parent": {
"reference": "Device/at-aps-example-device-01",
"display": "Best Health Device"
}
}