FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "deviceType",
"url": "https://iop.roche.com/fhir/ValueSet/deviceType",
"name": "DeviceType",
"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/.",
"compose": {
"include": [
{
"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)"
}
]
}
]
},
"experimental": false
}