ObservationCategoryCodes

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

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

The resource cannot be rendered.

JSON

{
    "resourceType": "ValueSet",
    "id": "cb9e5e96-2f9c-4d8e-9569-b24ba1c456d5",
    "url": "http://roche.com/fhir/rdc/ValueSet/observation-category-type",
    "identifier":  [
        {
            "value": "observation-category-type",
            "system": "http://roche.com/fhir/rdc/ValueSet/"
        }
    ],
    "version": "1",
    "name": "observation-category-type",
    "status": "active",
    "compose": {
        "include":  [
            {
                "system": "http://roche.com/fhir/rdc/cs",
                "concept":  [
                    {
                        "code": "EWM",
                        "display": "Error, Warning, Maintenance, Status"
                    },
                    {
                        "code": "clinical-observation",
                        "display": "Clinical Observation"
                    },
                    {
                        "code": "carb-observation",
                        "display": "Carbohydrate intake Observation"
                    },
                    {
                        "code": "carb-advice",
                        "display": "Carbohydrate advice observation"
                    }
                ]
            },
            {
                "system": "http://hl7.org/fhir/observation-category",
                "concept":  [
                    {
                        "code": "vital-signs",
                        "display": "Vital Signs"
                    }
                ]
            },
            {
                "system": "http://snomed.info/sct",
                "concept":  [
                    {
                        "code": "84626001",
                        "display": "Nutritional value, function (observable entity)"
                    }
                ]
            }
        ]
    },
    "experimental": false,
    "date": "2018-05-16"
}