Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.6.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/vital-signs-demo/ and changes regularly. See the Directory of published versions
| Active as of 2024-04-16 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ObservationCategoryCS> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ObservationCategoryCS"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ObservationCategoryCS</b></p><a name=\"ObservationCategoryCS\"> </a><a name=\"hcObservationCategoryCS\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">procedure<a name=\"ObservationCategoryCS-procedure\"> </a></td><td>any procedure</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> diagnostic<a name=\"ObservationCategoryCS-diagnostic\"> </a></td><td>diagnostic procedure, e.g. x-ray</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> survey<a name=\"ObservationCategoryCS-survey\"> </a></td><td>survey</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> imaging<a name=\"ObservationCategoryCS-imaging\"> </a></td><td>imaging</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> laboratory<a name=\"ObservationCategoryCS-laboratory\"> </a></td><td>laboratory</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> exam<a name=\"ObservationCategoryCS-exam\"> </a></td><td>physical examinations</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> activity<a name=\"ObservationCategoryCS-activity\"> </a></td><td>physical activity of the subbject</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> therapy<a name=\"ObservationCategoryCS-therapy\"> </a></td><td>treatment procedure, e.g. medication</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> medication<a name=\"ObservationCategoryCS-medication\"> </a></td><td>medication procedure</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> caring<a name=\"ObservationCategoryCS-caring\"> </a></td><td>caring procedures, eg. feeding</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">vital-sign<a name=\"ObservationCategoryCS-vital-sign\"> </a></td><td>vital sign</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> vital-sign-bp<a name=\"ObservationCategoryCS-vital-sign-bp\"> </a></td><td>blood pressure</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> vital-sign-sbp<a name=\"ObservationCategoryCS-vital-sign-sbp\"> </a></td><td>systolic blood pressure</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> vital-sign-dbp<a name=\"ObservationCategoryCS-vital-sign-dbp\"> </a></td><td>diastolic blood pressure</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> vital-sign-bw<a name=\"ObservationCategoryCS-vital-sign-bw\"> </a></td><td>body weight</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> vital-sign-bh<a name=\"ObservationCategoryCS-vital-sign-bh\"> </a></td><td>body height</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> vital-sign-bmi<a name=\"ObservationCategoryCS-vital-sign-bmi\"> </a></td><td>BMI</td><td>body mass index</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> vital-sign-xyz<a name=\"ObservationCategoryCS-vital-sign-xyz\"> </a></td><td>xyz</td><td>what other codes are necessary?</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">social-history<a name=\"ObservationCategoryCS-social-history\"> </a></td><td>social history</td><td/></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory"] ;
fhir:CodeSystem.version [ fhir:value "0.6.8"] ;
fhir:CodeSystem.name [ fhir:value "ObservationCategoryCS"] ;
fhir:CodeSystem.title [ fhir:value "Observation Category"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2024-04-16"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "FO"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "FO" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.oemig.de" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "**Observation Category**"] ;
fhir:CodeSystem.copyright [ fhir:value "FO"] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.valueSet [
fhir:value "http://vitals.oemig.de/fhir/ValueSet/ObservationCategory" ;
fhir:link <http://vitals.oemig.de/fhir/ValueSet/ObservationCategory>
] ;
fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "19"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "procedure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "any procedure" ] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "diagnostic" ] ;
fhir:CodeSystem.concept.display [ fhir:value "diagnostic procedure, e.g. x-ray" ] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "survey" ] ;
fhir:CodeSystem.concept.display [ fhir:value "survey" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "imaging" ] ;
fhir:CodeSystem.concept.display [ fhir:value "imaging" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "laboratory" ] ;
fhir:CodeSystem.concept.display [ fhir:value "laboratory" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "exam" ] ;
fhir:CodeSystem.concept.display [ fhir:value "physical examinations" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "activity" ] ;
fhir:CodeSystem.concept.display [ fhir:value "physical activity of the subbject" ]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "therapy" ] ;
fhir:CodeSystem.concept.display [ fhir:value "treatment procedure, e.g. medication" ] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "medication" ] ;
fhir:CodeSystem.concept.display [ fhir:value "medication procedure" ]
]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "caring" ] ;
fhir:CodeSystem.concept.display [ fhir:value "caring procedures, eg. feeding" ]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign" ] ;
fhir:CodeSystem.concept.display [ fhir:value "vital sign" ] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-bp" ] ;
fhir:CodeSystem.concept.display [ fhir:value "blood pressure" ] ;
fhir:CodeSystem.concept.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-sbp" ] ;
fhir:CodeSystem.concept.display [ fhir:value "systolic blood pressure" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-dbp" ] ;
fhir:CodeSystem.concept.display [ fhir:value "diastolic blood pressure" ]
]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-bw" ] ;
fhir:CodeSystem.concept.display [ fhir:value "body weight" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-bh" ] ;
fhir:CodeSystem.concept.display [ fhir:value "body height" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-bmi" ] ;
fhir:CodeSystem.concept.display [ fhir:value "BMI" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "body mass index" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "vital-sign-xyz" ] ;
fhir:CodeSystem.concept.display [ fhir:value "xyz" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "what other codes are necessary?" ]
]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "social-history" ] ;
fhir:CodeSystem.concept.display [ fhir:value "social history" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ObservationCategoryCS.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/ObservationCategoryCS.ttl> .
IG © 2025+ FO. Package vital-signs#0.6.8 based on FHIR 4.0.1. Generated 2026-07-10
Links: Table of Contents |
QA Report