FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-Patient-Extensions-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}
]
}