FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebodyweight
Resource TypeCodeSystem
IdCodeSystem-Clothing.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/frankoemig/bodyweight/CodeSystem-Clothing.html
URLhttp://bodyweight.oemig.de/fhir/CodeSystem/Clothing
Version0.1.3
Statusactive
Date2024-04-16
NameClothing
TitleClothing
Description**Clothing**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
ClothingClothing

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem Clothing

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

CodeDisplayDefinition
none no clothesthe patient is naked.
light light clothesthe patient is only wearing underwar.
normal normal clothesthe patient is wearing normal everyday clothes.
heavy heavy clothesthe patient is wearing heavy clothes like in winter.

Source1

{
  "resourceType": "CodeSystem",
  "id": "Clothing",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bodyweight.oemig.de/fhir/CodeSystem/Clothing",
  "version": "0.1.3",
  "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://bodyweight.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."
    }
  ]
}