FHIR IG analytics| Package | ca.on.erec.r4 |
| Resource Type | Consent |
| Id | Consent-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "4e58bb9a-0fac-4815-a824-3d5a2ffab93c",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent|1.2.0"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
]
}
],
"patient": {
"reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B"
},
"dateTime": "2019-02-14T16:03:31.472Z",
"performer": [
{
"reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
}
],
"organization": [
{
"reference": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc7e4"
}
],
"policyRule": {
"text": "Ontario Privacy"
},
"provision": {
"type": "permit",
"action": [
{
"text": "Patient Notification"
}
]
}
}