FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Questionnaire |
| Id | Questionnaire-Patient-Extensions-Example.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsengland.genomics.r4@0.6.2&canonical=https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example |
| URL | https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example |
| Version | 0.6.2 |
| Status | draft |
| Title | Patient Extensions |
| Authority | hl7 |
| Purpose | For recording ethnicity and sex at birth |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Questionnaire",
"url": "https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example",
"version": "0.6.2",
"title": "Patient Extensions",
"status": "draft",
"purpose": "For recording ethnicity and sex at birth",
"item": [
{
"linkId": "364699009",
"code": [
{
"system": "http://snomed.info/sct",
"code": "364699009",
"display": "Ethnic group"
}
],
"prefix": "P-9",
"text": "Patient - Ethnicity",
"type": "choice",
"required": true,
"repeats": false,
"answerValueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-EthnicCategory"
},
{
"linkId": "1345193002",
"code": [
{
"system": "http://snomed.info/sct",
"code": "1345193002",
"display": "Sex of neonate assigned at birth"
}
],
"prefix": "P-10",
"text": "Patient - Sex defined at birth",
"type": "choice",
"required": true,
"repeats": false,
"answerValueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BirthSex"
}
]
}