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

FHIR IG Statistics: Questionnaire/PatientSettingsQuestionnaire

Packagede.emperra.esysta
Resource TypeQuestionnaire
IdPatientSettingsQuestionnaire
FHIR VersionR4
Sourcenull/https://simplifier.net/resolve?scope=de.emperra.esysta@1.0.0&canonical=http://portal.esysta.com/fhir/Questionnaire/PatientSettingsQuestionnaire
URLhttp://portal.esysta.com/fhir/Questionnaire/PatientSettingsQuestionnaire
Statusactive

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "PatientSettingsQuestionnaire",
  "url": "http://portal.esysta.com/fhir/Questionnaire/PatientSettingsQuestionnaire",
  "status": "active",
  "item": [
    {
      "linkId": "Blood Glucose Unit",
      "text": "Welche Einheit verwenden Sie für Blutzuckerwerte?",
      "type": "choice",
      "answerValueSet": "http://portal.esysta.com/fhir/ValueSet/BloodGlucoseUnitVS",
      "repeats": false
    },
    {
      "linkId": "Blood Glucose Lower Limit",
      "text": "Welchen Wert hat die untere Grenze Ihres Blutzucker-Zielbereichs in der oben angegebenen Einheit?",
      "type": "decimal",
      "repeats": false
    },
    {
      "linkId": "Blood Glucose Upper Limit",
      "text": "Welchen Wert hat die obere Grenze Ihres Blutzucker-Zielbereichs in der oben angegebenen Einheit?",
      "type": "decimal",
      "repeats": false
    },
    {
      "linkId": "Carbohydrate Unit",
      "text": "Welche Einheit verwenden Sie für Kohlenhydrate?",
      "type": "choice",
      "answerValueSet": "http://portal.esysta.com/fhir/ValueSet/CarbohydrateUnitSettingVS",
      "repeats": false
    },
    {
      "linkId": "ShowCarbohydrate Unit",
      "text": "Welche Einheit verwenden Sie für Kohlenhydrate?",
      "type": "choice",
      "answerValueSet": "http://portal.esysta.com/fhir/ValueSet/CarbohydrateUnitSettingVS",
      "repeats": false
    },
    {
      "linkId": "Show Aeration",
      "text": "Sollen Entlüftungen Ihrer Insulinpens im Tagebuch angezeigt werden?",
      "type": "boolean",
      "repeats": false
    }
  ]
}