FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Consent |
| Id | PDS-Consent-CallbackConsent-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "PDS-Consent-CallbackConsent-Example",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "https://fhir.nhs.uk/England/CodeSystem/England-CallbackConsent",
"code": "callback-consent",
"display": "Consent to Callback"
}
]
}
],
"patient": {
"reference": "Patient/Patient-NHS-9732017996-Canon-Smith",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9732017996"
}
},
"performer": [
{
"reference": "RelatedPerson/PDS-RelatedPerson-D1EDA4B8-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9732017945"
}
}
],
"policy": [
{
"authority": "https://www.exampleauthority.nhs.uk",
"uri": "https://www.exampleauthority.nhs.uk/policies/nhse-policy-example-v1.0"
}
],
"provision": {
"type": "permit"
}
}