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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeConsent
IdConsent-RoDAvailable-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-RoDAvailable-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"
        }
      ]
    }
  ],
  "sourceReference": {
    "reference": "QuestionnaireResponse/QuestionnaireResponse-RoD-Example"
  },
  "policy": [
    {
      "authority": "https://www.england.nhs.uk",
      "uri": "https://www.england.nhs.uk/publication/nhs-genomic-medicine-service-record-of-discussion-form"
    }
  ],
  "provision": {
    "data": [
      {
        "meaning": "instance",
        "reference": {
          "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-Example"
        }
      }
    ]
  }
}