NAPKON GECCO+
1.0.0 - ci-build

NAPKON GECCO+ - Local Development build (v1.0.0). See the Directory of published versions

: PROMs Questionnaire example responses - JSON Representation

Raw json | Download


{
  "resourceType" : "QuestionnaireResponse",
  "id" : "PROMSExample",
  "meta" : {
    "profile" : [
      "https://www.napkon.de/fhir/StructureDefinition/geccoplus-proms-response"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>questionnaire</b>: <a href=\"https://www.napkon.de/fhir/proms-questionnaire\">https://www.napkon.de/fhir/proms-questionnaire</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Generated Summary: Medical record number: napkon-example-patient; maxi musterperson (OFFICIAL); gender: unknown; birthDate: 1990-08-08</a></p><blockquote><p><b>item</b></p><p><b>linkId</b>: question1</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 64}\">Severe difficulties.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: question4</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 65}\">I haven't done this in the past 7 days.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: question7</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 61}\">No difficulties.</span></td></tr></table></blockquote></div>"
  },
  "questionnaire" : "https://www.napkon.de/fhir/proms-questionnaire",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/ExamplePatient"
  },
  "item" : [
    {
      "linkId" : "question1",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem",
            "code" : "64",
            "display" : "Severe difficulties."
          }
        }
      ]
    },
    {
      "linkId" : "question4",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem",
            "code" : "65",
            "display" : "I haven't done this in the past 7 days."
          }
        }
      ]
    },
    {
      "linkId" : "question7",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem",
            "code" : "61",
            "display" : "No difficulties."
          }
        }
      ]
    }
  ]
}