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

FHIR IG Statistics: CodeSystem/s4h-training-weight-change.codesystem

Packagesmart4health.eu.core
Resource TypeCodeSystem
Ids4h-training-weight-change.codesystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=smart4health.eu.core@0.5.2&canonical=http://fhir.smart4health.eu/CodeSystem/s4h-training-weight-change
URLhttp://fhir.smart4health.eu/CodeSystem/s4h-training-weight-change
Statusdraft
Names4h-training-weight-change
DescriptionCode system for recommended changes in training weight
Contentcomplete

Resources that use this resource

ValueSet
s4h-training-weight-changes4h-training-weight-change-vs

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "http://fhir.smart4health.eu/CodeSystem/s4h-training-weight-change",
  "language": "en",
  "name": "s4h-training-weight-change",
  "status": "draft",
  "publisher": "D4L/ITTM",
  "contact": [
    {
      "name": "D4L data4life gGmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.data4life.care"
        }
      ]
    }
  ],
  "description": "Code system for recommended changes in training weight",
  "content": "complete",
  "concept": [
    {
      "code": "increase",
      "display": "Increase training weight"
    },
    {
      "code": "decrease",
      "display": "Decrease training weight"
    },
    {
      "code": "retain",
      "display": "Retain training weight"
    }
  ]
}