Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.4 - ci-build
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.5.4 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 |
{
"resourceType" : "CodeSystem",
"id" : "Clothing",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Clothing</b></p><a name=\"Clothing\"> </a><a name=\"hcClothing\"> </a><a name=\"Clothing-en-US\"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/Clothing</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"Clothing-none\"> </a></td><td>no clothes</td><td>the patient is naked.</td></tr><tr><td style=\"white-space:nowrap\">light<a name=\"Clothing-light\"> </a></td><td>light clothes</td><td>the patient is only wearing underwar.</td></tr><tr><td style=\"white-space:nowrap\">normal<a name=\"Clothing-normal\"> </a></td><td>normal clothes</td><td>the patient is wearing normal everyday clothes.</td></tr><tr><td style=\"white-space:nowrap\">heavy<a name=\"Clothing-heavy\"> </a></td><td>heavy clothes</td><td>the patient is wearing heavy clothes like in winter.</td></tr></table></div>"
},
"url" : "http://vitals.oemig.de/fhir/CodeSystem/Clothing",
"version" : "0.5.4",
"name" : "Clothing",
"title" : "Clothing",
"status" : "active",
"experimental" : false,
"date" : "2024-04-16",
"publisher" : "FO",
"contact" : [
{
"name" : "FO",
"telecom" : [
{
"system" : "url",
"value" : "http://www.oemig.de"
}
]
}
],
"description" : "**Clothing**",
"copyright" : "FO",
"caseSensitive" : false,
"valueSet" : "http://vitals.oemig.de/fhir/ValueSet/Clothing",
"hierarchyMeaning" : "is-a",
"compositional" : false,
"versionNeeded" : false,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "none",
"display" : "no clothes",
"definition" : "the patient is naked."
},
{
"code" : "light",
"display" : "light clothes",
"definition" : "the patient is only wearing underwar."
},
{
"code" : "normal",
"display" : "normal clothes",
"definition" : "the patient is wearing normal everyday clothes."
},
{
"code" : "heavy",
"display" : "heavy clothes",
"definition" : "the patient is wearing heavy clothes like in winter."
}
]
}