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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeConsent
IdConsent-UGRConsentForResearch-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-UGRConsentForResearch-Example",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PCF/StructureDefinition/IHE.PCF.consentBasic"
    ]
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/Patient-MeirLieberman-Example"
  },
  "dateTime": "2025-04-24",
  "performer": [
    {
      "reference": "Patient/Patient-MeirLieberman-Example"
    }
  ],
  "organization": [
    {
      "identifier": {
        "system": "https://fhir.hl7.org.uk/Id/ODS-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": "permit",
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HRESCH"
      }
    ]
  }
}