FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ObservationCategoryCS

Packagevital-signs
TypeCodeSystem
IdObservationCategoryCS
FHIR VersionR4
Sourcehttp://vitals.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/vital-signs-demo/CodeSystem-ObservationCategoryCS.html
URLhttp://vitals.oemig.de/fhir/CodeSystem/ObservationCategory
Version0.6.6
Statusactive
Date2024-04-16
NameObservationCategoryCS
TitleObservation Category
Description**Observation Category**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
ObservationCategoryObservation Category
ObservationVitalSignsBPCategoryObservation Vital Signs Category
ObservationVitalSignsCategoryObservation Vital Signs Category

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ObservationCategoryCS

This case-insensitive code system http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1procedure any procedure
2  diagnostic diagnostic procedure, e.g. x-ray
3    survey survey
3    imaging imaging
3    laboratory laboratory
3    exam physical examinations
3    activity physical activity of the subbject
2  therapy treatment procedure, e.g. medication
3    medication medication procedure
2  caring caring procedures, eg. feeding
1vital-sign vital sign
2  vital-sign-bp blood pressure
3    vital-sign-sbp systolic blood pressure
3    vital-sign-dbp diastolic blood pressure
2  vital-sign-bw body weight
2  vital-sign-bh body height
2  vital-sign-bmi BMIbody mass index
2  vital-sign-xyz xyzwhat other codes are necessary?
1social-history social history

Source

{
  "resourceType": "CodeSystem",
  "id": "ObservationCategoryCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory",
  "version": "0.6.6",
  "name": "ObservationCategoryCS",
  "title": "Observation Category",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Observation Category**",
  "copyright": "FO",
  "caseSensitive": false,
  "valueSet": "http://vitals.oemig.de/fhir/ValueSet/ObservationCategory",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 19,
  "concept": [
    {
      "code": "procedure",
      "display": "any procedure",
      "concept": [
        {
          "code": "diagnostic",
          "display": "diagnostic procedure, e.g. x-ray",
          "concept": [
            {
              "code": "survey",
              "display": "survey"
            },
            {
              "code": "imaging",
              "display": "imaging"
            },
            {
              "code": "laboratory",
              "display": "laboratory"
            },
            {
              "code": "exam",
              "display": "physical examinations"
            },
            {
              "code": "activity",
              "display": "physical activity of the subbject"
            }
          ]
        },
        {
          "code": "therapy",
          "display": "treatment procedure, e.g. medication",
          "concept": [
            {
              "code": "medication",
              "display": "medication procedure"
            }
          ]
        },
        {
          "code": "caring",
          "display": "caring procedures, eg. feeding"
        }
      ]
    },
    {
      "code": "vital-sign",
      "display": "vital sign",
      "concept": [
        {
          "code": "vital-sign-bp",
          "display": "blood pressure",
          "concept": [
            {
              "code": "vital-sign-sbp",
              "display": "systolic blood pressure"
            },
            {
              "code": "vital-sign-dbp",
              "display": "diastolic blood pressure"
            }
          ]
        },
        {
          "code": "vital-sign-bw",
          "display": "body weight"
        },
        {
          "code": "vital-sign-bh",
          "display": "body height"
        },
        {
          "code": "vital-sign-bmi",
          "display": "BMI",
          "definition": "body mass index"
        },
        {
          "code": "vital-sign-xyz",
          "display": "xyz",
          "definition": "what other codes are necessary?"
        }
      ]
    },
    {
      "code": "social-history",
      "display": "social history"
    }
  ]
}