FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
| sct | SNOMED codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "observationCodes",
"url": "https://roche.com/fhir/iop/ValueSet/observationCodes",
"name": "ObservationCodes",
"description": "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/.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "700585005",
"display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
},
{
"code": "434910001",
"display": "Interstitial fluid glucose concentration (observable entity)"
}
]
},
{
"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"
}
]
}
]
}
}