FHIR IG analytics| Package | elga.moped |
| Resource Type | Device |
| Id | Device-XDokExampleDevice.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device XDokExampleDevice
Profile: Moped Device XDok
status: Active
| Value | Type |
| XDok | Registered name |
category: Software
type: XDok
| Value |
| 1.0 |
{
"resourceType": "Device",
"id": "XDokExampleDevice",
"meta": {
"profile": [
"https://elga.moped.at/StructureDefinition/MopedDeviceXDok"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": [
{
"value": "XDok",
"type": "registered-name"
}
],
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/device-category",
"code": "software"
}
]
}
],
"type": [
{
"coding": [
{
"system": "https://elga.moped.at/CodeSystem/MopedDeviceTypesCS",
"code": "XDok"
}
]
}
],
"version": [
{
"value": "1.0"
}
]
}