Notice: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
An example to illustrate a Patient or RelatedPerson consent, stating whether the patient / proxy can be called back to confirm / discuss about patient appointment.
PDS-Consent-CallConsent-Example
Important: This page is under development by NHS England
Tree View
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 |
Table View
Consent.id[0] | PDS-Consent-CallbackConsent-Example |
Consent.meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent |
Consent.status[0] | active |
Consent.scope[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/consentscope |
Consent.scope[0].coding[0].code[0] | patient-privacy |
Consent.category[0].coding[0].system[0] | https://fhir.nhs.uk/England/CodeSystem/England-CallbackConsent |
Consent.category[0].coding[0].code[0] | callback-consent |
Consent.category[0].coding[0].display[0] | Consent to Callback |
Consent.patient[0].reference[0] | Patient/Patient-NHS-9732017996-Canon-Smith |
Consent.patient[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
Consent.patient[0].identifier[0].value[0] | 9732017996 |
Consent.performer[0].reference[0] | RelatedPerson/PDS-RelatedPerson-D1EDA4B8-Example |
Consent.performer[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
Consent.performer[0].identifier[0].value[0] | 9732017945 |
Consent.policy[0].authority[0] | https://www.exampleauthority.nhs.uk |
Consent.policy[0].uri[0] | https://www.exampleauthority.nhs.uk/policies/nhse-policy-example-v1.0 |
Consent.provision[0].type[0] | permit |
XML View
<Consent xmlns="http://hl7.org/fhir">
<id value="PDS-Consent-CallbackConsent-Example" />
<meta>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent" />
</meta>
<status value="active" />
<scope>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/consentscope" />
<code value="patient-privacy" />
</coding>
</scope>
<category>
<coding>
<system value="https://fhir.nhs.uk/England/CodeSystem/England-CallbackConsent" />
<code value="callback-consent" />
<display value="Consent to Callback" />
</coding>
</category>
<patient>
<reference value="Patient/Patient-NHS-9732017996-Canon-Smith" />
<identifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9732017996" />
</identifier>
</patient>
<performer>
<reference value="RelatedPerson/PDS-RelatedPerson-D1EDA4B8-Example" />
<identifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9732017945" />
</identifier>
</performer>
<policy>
<authority value="https://www.exampleauthority.nhs.uk" />
<uri value="https://www.exampleauthority.nhs.uk/policies/nhse-policy-example-v1.0" />
</policy>
<provision>
<type value="permit" />
</provision>
</Consent>
JSON View
{
"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"
}
}