This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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: R3 R2
General DeviceComponent example
{ "resourceType": "DeviceComponent", "id": "example", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "contained": [ { "resourceType": "Device", "id": "d1", "identifier": [ { "label": "Serial Number", "value": "ID 13.1" }, { "label": "Global Medical Device Nomenclature", "system": "urn:std:iso:11073:10101", "value": "2000" } ], "type": { "coding": [ { "system": "urn:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "manufacturer": "Center4MI", "model": "2-0-14" } ], "type": { "coding": [ { "system": "urn:std:iso:11073:10101", "code": "2000", "display": "MDC_DEV_ANALY_SAT_O2_MDS" } ] }, "identifier": { "label": "Handle ID", "value": "0" }, "lastSystemChange": "2014-10-07T14:45:00Z", "source": { "reference": "#d1" }, "operationalStatus": [ { "coding": [ { "system": "urn:std:iso:11073:10101", "code": "0", "display": "disconnected" } ] } ], "languageCode": { "coding": [ { "system": "http://tools.ietf.org/html/bcp47", "code": "en-US" } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.