ObservationCodes

This ValueSet has the values used in code element for every observation resource.

NOTE: This is a subset of the ValueSet http://roche.com/fhir/rdc/ValueSet/observation-codes containing systems that are only relevant to EMR integration

This value set includes codes from the following code systems:

  • The following codes from system: Loinc CodeSystem

    CodeDisplay
    41653-7Glucose [Mass/volume] in Capillary blood by Glucometer
    9059-7Carbohydrate intake Estimated
    9060-5Carbohydrate intake Measured
  • The following codes from system: SNOMED_CT

    CodeDisplay
    405157008Personal health status (observable entity)
    434910001Interstitial fluid glucose concentration (observable entity)

JSON

{
"resourceType": "ValueSet",
"id": "p3PsvCo-1539764631696",
"url": "http://roche.com/fhir/rdc/ValueSet/observation-codes",
{
"system": "http://roche.com/fhir/rdc/ValueSet",
"value": "observation-codes"
}
],
"name": "ObservationCodes",
"status": "draft",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "41653-7",
"display": "Glucose [Mass/volume] in Capillary blood by Glucometer"
},
{
"code": "9059-7",
"display": "Carbohydrate intake Estimated"
},
{
"code": "9060-5",
"display": "Carbohydrate intake Measured"
}
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "405157008",
"display": "Personal health status (observable entity)"
},
{
"code": "434910001",
"display": "Interstitial fluid glucose concentration (observable entity)"
}
]
}
]
}
}