FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypeQuestionnaireResponse
IdExample-DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-QuestionnaireResponse"
    ]
  },
  "language": "en",
  "identifier": {
    "system": "https://acme.com/fhir/identifier/NPROMS-QuestionnaireId",
    "value": "cee63094-1bb0-4fbf-ae6e-58eb70545d58",
    "assigner": {
      "reference": "Organization/Example-DataStandardsWales-PSOM-Organization-NPROMS",
      "display": "NPROMS"
    }
  },
  "questionnaire": "https://fhir.nhs.wales/Questionnaire/DataStandardsWales-PSOM-DataEntry|2022049",
  "status": "completed",
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-PSOM-Patient-AliceJones",
    "display": "Alice Jones"
  },
  "authored": "2020-12-11T04:44:16+00:00",
  "item": [
    {
      "linkId": "MDEPX001X",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-CompletingquestionnaireCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX002X",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-RelationshiptopatientCS",
            "code": "1",
            "display": "The patient"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003A",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-PhysicalimpairmentCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003B",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-MentalimpairmentCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003C",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-Under16CS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003D",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-NolanguageCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003E",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-RemoterollectionCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "MDEPX003F",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.wales/CodeSystem/DataEntry-OtherreasonCS",
            "code": "0",
            "display": "No"
          }
        }
      ]
    }
  ]
}