FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeConsent
IdConsent-Proxylegalbasis-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        }
      }
    ]
  }
}