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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeConsent
IdConsent-DataSharing-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-DataSharing-Example",
  "status": "proposed",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IDSCL",
          "display": "information disclosure"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/Patient-AnitaLamberts-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "8449303649"
    }
  },
  "dateTime": "2026-05-07T09:08:30Z",
  "performer": [
    {
      "reference": "Patient/Patient-AnitaLamberts-Example",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/nhs-number",
        "value": "8449303649"
      }
    }
  ],
  "organization": [
    {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/ods-organization-code",
        "value": "X26"
      }
    }
  ],
  "sourceReference": {
    "reference": "QuestionnaireResponse/QuestionnaireResponse-ConsentQuestionnaire-Example"
  },
  "policy": [
    {
      "uri": "https://www.england.nhs.uk/wp-content/uploads/2018/05/nhs-england-privacy-notice-v1.77.pdf"
    }
  ],
  "provision": {
    "type": "deny",
    "provision": [
      {
        "type": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "code": "PAT",
                  "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass"
                }
              ]
            },
            "reference": {
              "reference": "RelatedPerson/RelatedPerson-AnitaLambertsDeceasedPatient-Example",
              "identifier": {
                "system": "https://fhir.nhs.uk/Id/nhs-number",
                "value": "8449303650"
              }
            }
          }
        ],
        "purpose": [
          {
            "code": "FAMRQT",
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason"
          }
        ]
      }
    ]
  }
}