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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeConsent
IdConsent-RoD-PheobeSmithamAttachmentURL-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-RoD-PheobeSmithamAttachmentURL-Example",
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "research",
        "display": "Research"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "research",
          "display": "Research Information Access"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/Patient-PheobeSmitham-Example"
  },
  "sourceAttachment": {
    "url": "https://github.com/NHSDigital/NHSDigital-FHIR-Genomics-ImplementationGuide/blob/b399f605cb8469e68bea8655b1791e4d1fe3fdd3/documents/PheobeSmitham-record-of-discussion-form.pdf"
  },
  "policy": [
    {
      "authority": "https://www.england.nhs.uk",
      "uri": "https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-genomic-consultee-declaration-1.pdf"
    }
  ],
  "provision": {
    "data": [
      {
        "meaning": "instance",
        "reference": {
          "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
        }
      }
    ]
  }
}