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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4
Resource TypeDevice
IdDevice-ips-example-imaging-1.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 ips-example-imaging-1

Profile: Device (IPS)

identifier: http://www.example.com/devicesID/12345

manufacturer: Imaging Devices Manufacturer

DeviceNames

-NameType
*H.I.A. BEGINModel name

modelNumber: 2.0.1


Source1

{
  "resourceType": "Device",
  "id": "ips-example-imaging-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Device-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com/devicesID",
      "value": "12345"
    }
  ],
  "manufacturer": "Imaging Devices Manufacturer",
  "deviceName": [
    {
      "name": "H.I.A. BEGIN",
      "type": "model-name"
    }
  ],
  "modelNumber": "2.0.1"
}