RDC Interoperability Guide
1.2.0

Condition codes

This value set includes codes from the following code systems:

{
"resourceType": "ValueSet",
"id": "condition-codes",
"url": "https://roche.com/fhir/iop/ValueSet/condition-codes",
"name": "ConditionCodes",
"description": "A ValueSet of codes applicable for use in `Condition.code`, defining the type of condition being recorded.",
"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": [
{
"https://roche.com/fhir/iop/ValueSet/diabetes-type-codes"
]
}
]
}
}
<ValueSet xmlns="http://hl7.org/fhir">
<id value="condition-codes" />
<url value="https://roche.com/fhir/iop/ValueSet/condition-codes" />
<name value="ConditionCodes" />
<status value="active" />
<experimental value="false" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="A ValueSet of codes applicable for use in `Condition.code`, defining the type of condition being recorded." />
<copyright value="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." />
<valueSet value="https://roche.com/fhir/iop/ValueSet/diabetes-type-codes" />
</include>
</compose>
</ValueSet>