diabetes-type

This ValueSet has values to describe the Diabetes Type of the Patient.

ValueSet

JSON

{
    "resourceType": "ValueSet",
    "url": "http://roche.com/fhir/rdc/ValueSet/diabetes-type",
    "identifier":  [
        {
            "system": "http://roche.com/fhir/rdc/ValueSet",
            "value": "diabetes-type"
        }
    ],
    "version": "1",
    "name": "Diabetes-type",
    "status": "draft",
    "compose": {
        "include":  [
            {
                "system": "http://snomed.info/sct",
                "concept":  [
                    {
                        "code": "46635009",
                        "display": "Diabetes mellitus type 1"
                    },
                    {
                        "code": "44054006",
                        "display": "Diabetes mellitus type 2"
                    },
                    {
                        "code": "11687002",
                        "display": "Gestational diabetes mellitus"
                    },
                    {
                        "code": "609561005",
                        "display": "Maturity-onset diabetes of the young (disorder)"
                    },
                    {
                        "code": "426875007",
                        "display": "Latent autoimmune diabetes mellitus in adult (disorder)"
                    }
                ]
            },
            {
                "system": "http://hl7.org/fhir/v3/NullFlavor",
                "concept":  [
                    {
                        "code": "OTH",
                        "display": "other"
                    }
                ]
            }
        ]
    },
    "experimental": false
}