FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecgm.iop.roche.com
Resource TypeValueSet
IdValueSet-deviceType.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=cgm.iop.roche.com@1.0.0&canonical=https://iop.roche.com/fhir/ValueSet/deviceType
URLhttps://iop.roche.com/fhir/ValueSet/deviceType
Statusactive
NameDeviceType
DescriptionA ValueSet containing codes representing different kinds of devices for the `Device.type` element.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/.

Resources that use this resource

StructureDefinition
CgmDeviceTypeCgmDeviceType

Resources that this resource uses

CodeSystem
sctSNOMED 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
}