Table View

Consent.id[0]UKCore-Consent-ForInformationAccess-Example
Consent.text[0].status[0]additional
Consent.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate consent given for information access</div>
Consent.status[0]active
Consent.scope[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/consentscope
Consent.scope[0].coding[0].code[0]patient-privacy
Consent.scope[0].coding[0].display[0]Privacy Consent
Consent.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Consent.category[0].coding[0].code[0]INFA
Consent.category[0].coding[0].display[0]information access
Consent.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Consent.dateTime[0]2019-12-10T11:15:00+00:00
Consent.performer[0].reference[0]Practitioner/UKCore-Practitioner-PaulRastall-Example
Consent.organization[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
Consent.policy[0].authority[0]https://www.exampleauthority.nhs.uk
Consent.policy[0].uri[0]https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0
Consent.provision[0].purpose[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActReason
Consent.provision[0].purpose[0].code[0]GOV
Consent.provision[0].purpose[0].display[0]government

XML View

<Consent xmlns="http://hl7.org/fhir">
    <id value="UKCore-Consent-ForInformationAccess-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <status value="active" />
    <scope>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
            <code value="patient-privacy" />
            <display value="Privacy Consent" />
        </coding>
    </scope>
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
            <code value="INFA" />
            <display value="information access" />
        </coding>
    </category>
    <patient>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </patient>
    <dateTime value="2019-12-10T11:15:00+00:00" />
    <performer>
        <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" />
    </performer>
    <organization>
        <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
    </organization>
    <policy>
        <authority value="https://www.exampleauthority.nhs.uk" />
        <uri value="https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0" />
    </policy>
    <provision>
        <purpose>
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason" />
            <code value="GOV" />
            <display value="government" />
        </purpose>
    </provision>
</Consent>

JSON View

{
    "resourceType": "Consent",
    "id": "UKCore-Consent-ForInformationAccess-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "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/UKCore-Patient-RichardSmith-Example"
    },
    "dateTime": "2019-12-10T11:15:00+00:00",
    "performer":  [
        {
            "reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example"
        }
    ],
    "organization":  [
        {
            "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
        }
    ],
    "policy":  [
        {
            "authority": "https://www.exampleauthority.nhs.uk",
            "uri": "https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0"
        }
    ],
    "provision": {
        "purpose":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code": "GOV",
                "display": "government"
            }
        ]
    }
}