FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageelga.moped
Resource TypeDevice
IdDevice-XDokExampleDevice.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Device XDokExampleDevice

status: Active

Names

-ValueType
*XDokRegistered name

category: Software

type: XDok

Versions

-Value
*1.0

Source1

{
  "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"
    }
  ]
}