RDC Interoperability Guide
1.2.0

Observation codes

This value set includes codes from the following code systems:

{
"resourceType": "ValueSet",
"id": "observation-codes",
"url": "https://roche.com/fhir/iop/ValueSet/observation-codes",
"name": "ObservationCodes",
"description": "A ValueSet of codes applicable for use in `Observation.code` and `Observation.component.code`, defining the type of observation 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": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "32016-8",
"display": "Glucose [Mass/volume] in Capillary blood"
},
{
"code": "41604-0",
"display": "Fasting glucose [Mass/volume] in Capillary blood by Glucometer"
},
{
"code": "9059-7",
"display": "Carbohydrate intake Estimated"
}
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "434910001",
"display": "Interstitial fluid glucose concentration (observable entity)"
},
{
"code": "700585005",
"display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
}
]
},
{
"system": "https://roche.com/fhir/iop/cs",
"concept": [
{
"code": "CGM-quality",
"display": "CGM quality"
},
{
"code": "CGM-rate-of-change",
"display": "CGM rate of change"
}
]
},
{
"https://roche.com/fhir/iop/ValueSet/carbohydrate-intake-codes"
]
},
{
"https://roche.com/fhir/iop/ValueSet/report-observation-codes"
]
}
]
}
}
<ValueSet xmlns="http://hl7.org/fhir">
<id value="observation-codes" />
<url value="https://roche.com/fhir/iop/ValueSet/observation-codes" />
<name value="ObservationCodes" />
<status value="active" />
<experimental value="false" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="A ValueSet of codes applicable for use in `Observation.code` and `Observation.component.code`, defining the type of observation 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." />
<system value="http://loinc.org" />
<code value="32016-8" />
<display value="Glucose [Mass/volume] in Capillary blood" />
</concept>
<code value="41604-0" />
<display value="Fasting glucose [Mass/volume] in Capillary blood by Glucometer" />
</concept>
<code value="9059-7" />
<display value="Carbohydrate intake Estimated" />
</concept>
</include>
<system value="http://snomed.info/sct" />
<code value="434910001" />
<display value="Interstitial fluid glucose concentration (observable entity)" />
</concept>
<code value="700585005" />
<display value="Invasive interstitial-fluid glucose monitoring system (physical object)" />
</concept>
</include>
<system value="https://roche.com/fhir/iop/cs" />
<code value="CGM-quality" />
<display value="CGM quality" />
</concept>
<code value="CGM-rate-of-change" />
<display value="CGM rate of change" />
</concept>
</include>
<valueSet value="https://roche.com/fhir/iop/ValueSet/carbohydrate-intake-codes" />
</include>
<valueSet value="https://roche.com/fhir/iop/ValueSet/report-observation-codes" />
</include>
</compose>
</ValueSet>