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

Resource Device - Examples 3.4.3

General 3.4.3.1

Example of device

Example of device (id = "example")

<Device xmlns="http://hl7.org/fhir">
  <type>
    <coding>
      <system>http://snomed.info</system>
      <code>86184003</code>
      <display>Electrocardiographic monitor and recorder</display>
    </coding>
    <text>ECG</text>
  </type>
  <manufacturer>Acme Devices, Inc</manufacturer>
  <model>AB 45-J</model>
  <serialNumber>AMID-342135-8464</serialNumber>
  <assignedId>
    <system>http://goodcare.org/devices/id</system>
    <id>345675</id>
  </assignedId>
  <contact>
    <system>phone</system>
    <value>ext 4352</value>
  </contact>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>example</p>
    </div>
  </text>
</Device>

JSON Equivalent

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

This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License