Device Kind
ValueSet 'DeviceKind'
Published by | F. Hoffmann-La Roche AG |
Status | Active |
Experimental | False |
A ValueSet containing codes representing different kinds of devices for the Device.type
element.
This value set includes codes from the following code systems:
The following codes from system: RocheFhirIop
Code Display 49062001_smart_phone 49062001_smart_phone The following codes from system: SNOMED_CT_INT
Code Display 337414009 Blood glucose meter (physical object) 700585005 Invasive interstitial-fluid glucose monitoring system (physical object) 69805005 Insulin pump
{ "resourceType": "ValueSet", "id": "device-kind", "url": "https://roche.com/fhir/iop/ValueSet/device-kind", "name": "DeviceKind", "description": "A ValueSet containing codes representing different kinds of devices for the `Device.type` element.", "status": "active", "publisher": "F. Hoffmann-La Roche AG", "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.", "compose": { "include": [ { "system": "https://roche.com/fhir/iop/cs", "concept": [ { "code": "49062001_smart_phone", "display": "49062001_smart_phone" } ] }, { "system": "http://snomed.info/sct", "concept": [ { "code": "337414009", "display": "Blood glucose meter (physical object)" }, { "code": "700585005", "display": "Invasive interstitial-fluid glucose monitoring system (physical object)" }, { "code": "69805005", "display": "Insulin pump" } ] } ] }, "experimental": false }
<ValueSet xmlns="http://hl7.org/fhir"> <id value="device-kind" /> <url value="https://roche.com/fhir/iop/ValueSet/device-kind" /> <name value="DeviceKind" /> <status value="active" /> <experimental value="false" /> <publisher value="F. Hoffmann-La Roche AG" /> <description value="A ValueSet containing codes representing different kinds of devices for the `Device.type` element." /> <copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." /> <compose> <include> <system value="https://roche.com/fhir/iop/cs" /> <concept> <code value="49062001_smart_phone" /> <display value="49062001_smart_phone" /> </concept> </include> <include> <system value="http://snomed.info/sct" /> <concept> <code value="337414009" /> <display value="Blood glucose meter (physical object)" /> </concept> <concept> <code value="700585005" /> <display value="Invasive interstitial-fluid glucose monitoring system (physical object)" /> </concept> <concept> <code value="69805005" /> <display value="Insulin pump" /> </concept> </include> </compose> </ValueSet>