FHIR IG analytics
| Package | navify.fhir.r5.rdc |
| Resource Type | StructureDefinition |
| Id | rdc-Condition-DiabetesType.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.2.2&canonical=https://roche.com/fhir/iop/StructureDefinition/rdc-Condition-diabetes-type |
| URL | https://roche.com/fhir/iop/StructureDefinition/rdc-Condition-diabetes-type |
| Version | 1.0.0 |
| Status | active |
| Name | RdcCondition-DiabetesType |
| Title | RDC Condition Dibates Type |
| Description | A profile designed to capture diabetes type of a patient. |
| 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. |
| Type | Condition |
| Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "rdc-Condition-diabetes-type",
"url": "https://roche.com/fhir/iop/StructureDefinition/rdc-Condition-diabetes-type",
"version": "1.0.0",
"name": "RdcCondition-DiabetesType",
"title": "RDC Condition Dibates Type",
"publisher": "F. Hoffmann-La Roche AG",
"description": "A profile designed to capture diabetes type of a patient.",
"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.",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Condition",
"status": "active",
"baseDefinition": "https://roche.com/fhir/iop/StructureDefinition/rdc-Condition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Condition.clinicalStatus",
"path": "Condition.clinicalStatus",
"patternCodeableConcept": {
"coding": [
{
"code": "unknown",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical"
}
]
}
},
{
"id": "Condition.code",
"path": "Condition.code",
"binding": {
"strength": "required",
"valueSet": "https://roche.com/fhir/iop/ValueSet/diabetes-type-codes"
}
},
{
"id": "Condition.code.coding",
"path": "Condition.code.coding",
"max": "1"
}
]
}
}