FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-patient-simple-blood-pressure.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "QuestionnaireResponse",
"id": "9a3ea8c7-d1a4-4383-969b-5b3617245553",
"identifier": {
"system": "https://tools.ietf.org/html/rfc4122",
"value": "9a3ea8c7-d1a4-4383-969b-5b3617245553"
},
"questionnaire": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
"status": "completed",
"authored": "2023-02-24T13:40:00+00:00",
"subject": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9692113841"
}
},
"source": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9876543210"
}
},
"item": [
{
"linkId": "systolic",
"answer": [
{
"valueInteger": 137
}
]
},
{
"linkId": "diastolic",
"answer": [
{
"valueInteger": 85
}
]
},
{
"linkId": "who_by",
"answer": [
{
"valueCoding": {
"system": "https://example.nhs.uk/CodeSystem/place-type",
"code": "home"
}
}
]
}
]
}