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

FHIR IG analytics

Packagedk.ehmi.eds.testscripts
Resource TypeDevice
IdDevice-EerEUADeviceFixture.json
FHIR VersionR4

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 EerEUADeviceFixture

Tag: EerEUADeviceFixture (Details: [not stated] code null = 'EerEUADeviceFixture')

identifier: touchstone-eua-device-for-testing

status: Active

manufacturer: Test Manufacturer

DeviceNames

-NameType
*Test Device NameManufacturer name

type: EUA (End-user Application)


Source1

{
  "resourceType": "Device",
  "id": "EerEUADeviceFixture",
  "meta": {
    "tag": [
      {
        "id": "TouchstoneHelperFileNameOverride",
        "display": "EerEUADeviceFixture"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "touchstone-eua-device-for-testing"
    }
  ],
  "status": "active",
  "manufacturer": "Test Manufacturer",
  "deviceName": [
    {
      "name": "Test Device Name",
      "type": "manufacturer-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-delivery-status-source-type",
        "code": "EUA"
      }
    ]
  }
}