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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeConsent
IdPDS-Consent-CallbackConsent-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": "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"
  }
}