FHIR IG analytics
| Package | navify.fhir.r5.rdc |
| Resource Type | ValueSet |
| Id | ValueSet-diabetes-type-codes.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.2.2&canonical=https://roche.com/fhir/iop/ValueSet/diabetes-type-codes |
| URL | https://roche.com/fhir/iop/ValueSet/diabetes-type-codes |
| Status | active |
| Name | DiabetesTypeCodes |
| Description | A ValueSet containing codes representing different types of diabetes. |
| 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. |
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": "diabetes-type-codes",
"url": "https://roche.com/fhir/iop/ValueSet/diabetes-type-codes",
"name": "DiabetesTypeCodes",
"description": "A ValueSet containing codes representing different types of diabetes.",
"status": "active",
"experimental": false,
"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": "http://snomed.info/sct",
"concept": [
{
"code": "46635009",
"display": "Diabetes mellitus type 1 (disorder)"
},
{
"code": "44054006",
"display": "Diabetes mellitus type 2 (disorder)"
},
{
"code": "11687002",
"display": "Gestational diabetes mellitus (disorder)"
},
{
"code": "609561005",
"display": "Maturity-onset diabetes of the young (disorder)"
},
{
"code": "426875007",
"display": "Latent autoimmune diabetes mellitus in adult (disorder)"
},
{
"code": "714628002",
"display": "Prediabetes (finding)"
}
]
}
]
}
}