This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of device

{"Device": {
  "assignedId": [{
    "id": {"value": "345675"},
    "system": {"value": "http://goodcare.org/devices/id"}
  }],
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>example<\/p>\n    <\/div>"
  },
  "model": {"value": "AB 45-J"},
  "manufacturer": {"value": "Acme Devices, Inc"},
  "serialNumber": {"value": "AMID-342135-8464"},
  "type": {
    "text": {"value": "ECG"},
    "coding": [{
      "system": {"value": "http://snomed.info"},
      "display": {"value": "Electrocardiographic monitor and recorder"},
      "code": {"value": "86184003"}
    }]
  },
  "contact": [{
    "system": "phone",
    "value": {"value": "ext 4352"}
  }]
}}