This page is part of the FHIR Specification (v0.5.0: DSTU 2 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: R3 R2
Example for DeviceComponent includes production specification information
{ "resourceType": "DeviceComponent", "id": "example-prodspec", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "contained": [ { "resourceType": "Device", "id": "d1", "identifier": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "SNO" } ], "text": "Serial Number" }, "value": "ID 13.1" }, { "type": { "text": "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": { "type": { "text": "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" } ] } ], "productionSpecification": [ { "specType": { "coding": [ { "code": "1", "display": "Serial number" } ] }, "productionSpec": "xa-12324-b" }, { "specType": { "coding": [ { "code": "3", "display": "Hardware version" } ] }, "productionSpec": "1.1" }, { "specType": { "coding": [ { "code": "4", "display": "Software version" } ] }, "productionSpec": "1.12" }, { "specType": { "coding": [ { "code": "5", "display": "Firmware version" } ] }, "productionSpec": "1.0.23" } ], "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.