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

FHIR IG Statistics: ValueSet/cyehr-vs-ExerciseIntensity

Packageehealth4u.package
Resource TypeValueSet
Idcyehr-vs-ExerciseIntensity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-exerciseintensity
URLhttp://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-exerciseintensity
Statusactive
NameCYEHRVSExerciseIntensity
TitleCyprus EHR Value Set: Exercise Intensity
DescriptionExercise Intensity: 3 values and 1 other

Resources that use this resource

StructureDefinition
cyehr-sd-exerciseCyprus EHR Exercise profile

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "cyehr-vs-ExerciseIntensity",
  "url": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-exerciseintensity",
  "name": "CYEHRVSExerciseIntensity",
  "title": "Cyprus EHR Value Set: Exercise Intensity",
  "status": "active",
  "experimental": false,
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)"
    }
  ],
  "description": "Exercise Intensity: 3 values and 1 other",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA20164-2",
            "display": "Light"
          },
          {
            "code": "LA20165-9",
            "display": "Moderate"
          },
          {
            "code": "LA20166-7",
            "display": "Vigorus"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/v3/NullFlavor",
        "concept": [
          {
            "code": "OTH",
            "display": "other"
          }
        ]
      }
    ]
  }
}