FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/England-Consent-National-Proxy

Packagefhir.r4.nhsengland.programme
Resource TypeStructureDefinition
IdEngland-Consent-National-Proxy
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-Consent-National-Proxy
URLhttps://fhir.nhs.uk/England/StructureDefinition/England-Consent-National-Proxy
Version0.0.1-current
Statusdraft
Date2024-10-25T07:31:19+00:00
NameEnglandConsentNationalProxy
TitleEngland Consent National Proxy
Realmus
Authorityhl7
DescriptionConsent - National Proxy from [NHS England Confluence - NPA Confirm Consent](https://nhsd-confluence.digital.nhs.uk/display/NPA/Confirm+consent)
PurposeThis documents requirement for NHS England National Proxy
CopyrightCopyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
TypeConsent
Kindresource

Resources that use this resource

CapabilityStatement
England-NationalProxyRequirementsCapabilityStatement England National Proxy Requirements

Resources that this resource uses

StructureDefinition
UKCore-PatientUK Core Patient
England-Identifier-General-Medical-Council-Reference-NumberEngland Identifier General Medical Council Reference Number
England-Identifier-General-Medical-Practitioner-CodeEngland Identifier General Medical Practitioner Code
England-Identifier-NHS-NumberEngland Identifier NHS Number
England-Identifier-SDS-User-IdEngland Identifier SDS User Id
UKCore-ConsentUK Core Consent
UKCore-PractitionerUK Core Practitioner
UKCore-QuestionnaireResponseUK Core Questionnaire Response
UKCore-RelatedPersonUK Core Related Person

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "England-Consent-National-Proxy",
  "url": "https://fhir.nhs.uk/England/StructureDefinition/England-Consent-National-Proxy",
  "version": "0.0.1-current",
  "name": "EnglandConsentNationalProxy",
  "title": "England Consent National Proxy",
  "status": "draft",
  "date": "2024-10-25T07:31:19+00:00",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Consent - National Proxy from [NHS England Confluence - NPA Confirm Consent](https://nhsd-confluence.digital.nhs.uk/display/NPA/Confirm+consent)",
  "purpose": "This documents requirement for NHS England National Proxy",
  "copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.status",
        "path": "Consent.status",
        "short": "Status of permission"
      },
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Consent.category:information-access",
        "path": "Consent.category",
        "sliceName": "information-access",
        "min": 1,
        "max": "1",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "INFA"
            }
          ]
        }
      },
      {
        "id": "Consent.category:information-access.coding.system",
        "path": "Consent.category.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
      },
      {
        "id": "Consent.category:information-access.coding.code",
        "path": "Consent.category.coding.code",
        "fixedCode": "INFA"
      },
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "short": "Patient NHS number",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
            ]
          }
        ]
      },
      {
        "id": "Consent.patient.identifier",
        "path": "Consent.patient.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      },
      {
        "id": "Consent.performer",
        "path": "Consent.performer",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "short": "Proxy NHS number and GMP/GMC/SDS User ID if also verified by GP",
        "min": 1,
        "max": "2"
      },
      {
        "id": "Consent.performer.identifier",
        "path": "Consent.performer.identifier",
        "min": 1
      },
      {
        "id": "Consent.performer.identifier.system",
        "path": "Consent.performer.identifier.system",
        "min": 1
      },
      {
        "id": "Consent.performer.identifier.value",
        "path": "Consent.performer.identifier.value",
        "min": 1
      },
      {
        "id": "Consent.performer:proxy",
        "path": "Consent.performer",
        "sliceName": "proxy",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"
            ]
          }
        ]
      },
      {
        "id": "Consent.performer:proxy.type",
        "path": "Consent.performer.type",
        "patternUri": "RelatedPerson"
      },
      {
        "id": "Consent.performer:proxy.identifier",
        "path": "Consent.performer.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      },
      {
        "id": "Consent.performer:verifier",
        "path": "Consent.performer",
        "sliceName": "verifier",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Consent.performer:verifier.type",
        "path": "Consent.performer.type",
        "patternUri": "Practitioner"
      },
      {
        "id": "Consent.performer:verifier.identifier",
        "path": "Consent.performer.identifier",
        "short": "TODO SDS-User-Id is not part of NHS Data Dictionary and so should not be present here as an Identifier.",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-SDS-User-Id",
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-General-Medical-Practitioner-Code",
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-General-Medical-Council-Reference-Number"
            ]
          }
        ]
      },
      {
        "id": "Consent.source[x]",
        "path": "Consent.source[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Consent.source[x]:sourceReference",
        "path": "Consent.source[x]",
        "sliceName": "sourceReference",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse"
            ]
          }
        ]
      },
      {
        "id": "Consent.verification",
        "path": "Consent.verification",
        "short": "Basis for access"
      },
      {
        "id": "Consent.verification.verifiedWith",
        "path": "Consent.verification.verifiedWith",
        "short": "Patient (if consent-based) or RelatedPerson.relationship (if based on a relationship)",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
            ]
          }
        ]
      },
      {
        "id": "Consent.verification.verifiedWith.identifier",
        "path": "Consent.verification.verifiedWith.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      },
      {
        "id": "Consent.provision",
        "path": "Consent.provision",
        "short": "Requested services",
        "min": 1
      },
      {
        "id": "Consent.provision.type",
        "path": "Consent.provision.type",
        "mustSupport": true
      },
      {
        "id": "Consent.provision.actor",
        "path": "Consent.provision.actor",
        "short": "The proxies access is controlled by these provisions",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Consent.provision.actor.reference",
        "path": "Consent.provision.actor.reference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"
            ]
          }
        ]
      },
      {
        "id": "Consent.provision.actor.reference.type",
        "path": "Consent.provision.actor.reference.type",
        "min": 1
      },
      {
        "id": "Consent.provision.actor.reference.identifier",
        "path": "Consent.provision.actor.reference.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      }
    ]
  }
}