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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeValueSet
Iddevice-category-valueset.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/ValueSet/device-category
URLhttps://fhir.synapxe.sg/ValueSet/device-category
Version1.0.0
Statusactive
NameDeviceCategoryValueSet
TitleDevice Category Value Set
DescriptionValue set containing device categories.

Resources that use this resource

StructureDefinition
profile-deviceDevice

Resources that this resource uses

CodeSystem
device-categoryFHIR Device Category

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "device-category",
  "url": "https://fhir.synapxe.sg/ValueSet/device-category",
  "version": "1.0.0",
  "name": "DeviceCategoryValueSet",
  "title": "Device Category Value Set",
  "status": "active",
  "description": "Value set containing device categories.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/device-category",
        "concept": [
          {
            "code": "implantable",
            "display": "Implantable"
          },
          {
            "code": "single-use",
            "display": "Single Use"
          }
        ]
      }
    ]
  }
}