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

FHIR IG Statistics: Questionnaire/exercise-vital-sign

Packagehl7.fhir.us.core
Resource TypeQuestionnaire
Idexercise-vital-sign
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/Questionnaire-exercise-vital-sign.html
URLhttp://hl7.org/fhir/us/core/Questionnaire/exercise-vital-sign
Version8.0.0
Statusactive
Date2023-08-03
NameExerciseVitalSign
TitleExercise Vital Sign (EVS)
Realmus
Authorityhl7
CopyrightThis material contains content from LOINC® (http://loinc.org). LOINC is copyright © 1995-2024, Regenstrief Institute, Inc. and the LOINC Committee, and is available at no cost under the license at http://loinc.org/license. This panel was reviewed and validated by Kaiser Permanente to be used to represent the Exercise Vital Sign (EVS). The EVS was developed by researchers (e.g., Coleman et al.) and is often considered part of the public domain for clinical and research use.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Questionnaire exercise-vital-sign

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ExerciseVitalSignQuestionnairehttp://hl7.org/fhir/us/core/Questionnaire/exercise-vital-sign#8.0.0
... /89555-7How many days per week did you engage in moderate to strenuous physical activity in the last 30 days?0..1decimal
... /68516-4On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise?0..1decimal

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "exercise-vital-sign",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/core/Questionnaire/exercise-vital-sign",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.2.35.3"
    }
  ],
  "version": "8.0.0",
  "name": "ExerciseVitalSign",
  "title": "Exercise Vital Sign (EVS)",
  "status": "active",
  "experimental": true,
  "subjectType": [
    "Patient"
  ],
  "date": "2023-08-03",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system": "email",
          "value": "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "This material contains content from LOINC® (http://loinc.org). LOINC is copyright © 1995-2024, Regenstrief Institute, Inc. and the LOINC Committee, and is available at no cost under the license at http://loinc.org/license. This panel was reviewed and validated by Kaiser Permanente to be used to represent the Exercise Vital Sign (EVS). The EVS was developed by researchers (e.g., Coleman et al.) and is often considered part of the public domain for clinical and research use.",
  "code": [
    {
      "system": "http://loinc.org",
      "code": "89574-8",
      "display": "Exercise Vital Sign (EVS)"
    }
  ],
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
          "valueCoding": {
            "system": "http://unitsofmeasure.org",
            "code": "d/wk",
            "display": "d/wk"
          }
        }
      ],
      "linkId": "/89555-7",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "89555-7",
          "display": "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days"
        }
      ],
      "text": "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days?",
      "type": "decimal",
      "required": false
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
          "valueCoding": {
            "system": "http://unitsofmeasure.org",
            "code": "min/d",
            "display": "min/d"
          }
        }
      ],
      "linkId": "/68516-4",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "68516-4",
          "display": "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise"
        }
      ],
      "text": "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise?",
      "type": "decimal",
      "required": false
    }
  ]
}