FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Consent |
| Id | Consent-Proxylegalbasis-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "Consent-Proxylegalbasis-Example",
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
],
"text": "Patient Privacy Consent"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA",
"display": "Information Access"
}
],
"text": "Information Access Consent"
}
],
"patient": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000005"
}
},
"dateTime": "2024-07-21T17:32:28Z",
"performer": [
{
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000010"
}
}
],
"policy": [
{
"authority": "https://www.england.nhs.uk",
"uri": "https://simplifier.net/guide/nhs-england-proxy-standard"
}
],
"provision": {
"period": {
"start": "2025-02-11",
"end": "2026-02-11"
},
"actor": [
{
"role": {
"coding": [
{
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NHSProxyLegalBasis",
"code": "parental-responsibility",
"display": "Parental responsibility"
}
]
},
"reference": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000010"
}
}
}
]
}
}