| Package | bloodpressure |
| Resource Type | CodeSystem |
| Id | ObservationCategory |
| FHIR Version | R4 |
| Source | http://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-ObservationCategory.html |
| URL | http://bloodpressure.oemig.de/fhir/CodeSystem/ObservationCategory |
| Version | 0.2.12 |
| Status | active |
| Date | 2024-04-16 |
| Name | ObservationCategoryCS |
| Title | Observation Category |
| Description | **Observation Category** |
| Copyright | FO |
| Content | complete |
| ValueSet | |
| ObservationCategory | Observation Category |
| ObservationVitalSignsBPCategory | Observation Vital Signs Category |
| ObservationVitalSignsCategory | Observation Vital Signs Category |
| us-core-modified-blood-pressure-category | Vital Signs Blood Pressure Category Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ObservationCategory
This case-insensitive code system http://bloodpressure.oemig.de/fhir/CodeSystem/ObservationCategory defines the following codes in a Is-A hierarchy:
{
"resourceType": "CodeSystem",
"id": "ObservationCategory",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://bloodpressure.oemig.de/fhir/CodeSystem/ObservationCategory",
"version": "0.2.12",
"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://bloodpressure.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"
}
]
}