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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeConsent
IdConsent-UGRGenomicData-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-UGRGenomicData-Example",
  "status": "active",
  "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": "INFA",
          "display": "information access"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/Patient-MeirLieberman-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "dateTime": "2025-04-24T00:00:00Z",
  "performer": [
    {
      "reference": "Patient/Patient-MeirLieberman-Example",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/nhs-number",
        "value": "9449307873"
      }
    }
  ],
  "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",
        "purpose": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "POPHLTH"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "HRESCH"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "HOPERAT"
          }
        ],
        "class": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DocumentReference",
            "display": "DocumentReference"
          }
        ],
        "data": [
          {
            "meaning": "instance",
            "reference": {
              "reference": "DocumentReference/DocumentReference-PharmCAT-Example"
            }
          }
        ]
      }
    ]
  }
}