FHIR IG analytics| Package | uk.nhsdigital.bars.r4 |
| Resource Type | Consent |
| Id | CONS01 - Consent - Direct Care.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "8fc39b95-89a6-45fb-914f-1458a10e9e14",
"meta": {
"lastUpdated": "2021-11-26T15:00:00+00:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/consent-categories-bars",
"code": "DRC",
"display": "Direct Care"
}
]
}
],
"patient": {
"reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
},
"dateTime": "2021-11-26",
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMPLIED",
"display": "implied consent"
}
]
}
}