FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Consent |
| Id | UKCore-Consent-ForInformationAccess-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Consent",
"id": "UKCore-Consent-ForInformationAccess-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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-DoctorPaulRastall-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"
}
]
}
}