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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-Patient-Extensions-Example.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",
  "questionnaire": "https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example",
  "status": "completed",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "7449306524"
    }
  },
  "authored": "2023-10-01T15:00:00Z",
  "item": [
    {
      "linkId": "364699009",
      "text": "Patient - Ethnicity",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
            "code": "A",
            "display": "British, Mixed British"
          }
        }
      ]
    },
    {
      "linkId": "1345193002",
      "text": "Patient - Sex defined at birth",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
            "code": "M",
            "display": "Male"
          }
        }
      ]
    }
  ]
}