FHIR IG analytics| Package | ca.on.consent.r4 |
| Resource Type | Consent |
| Id | OLIS-sdm-consent-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Consent|2.0.0"
]
},
"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-internal-id"
},
"performer": [
{
"reference": "#relatedperson-internal-id"
}
],
"organization": [
{
"reference": "#organization-internal-id"
}
],
"policy": [
{
"authority": "http://www.ontario.ca"
}
],
"provision": {
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"reference": {
"reference": "#practitioner-internal-id"
}
}
],
"action": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"code": "use",
"display": "Use"
}
]
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "SUPNWK",
"display": "support network"
}
],
"class": [
{
"system": "urn:ietf:rfc:3986",
"code": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport",
"display": "OLIS"
}
]
},
"contained": [
{
"resourceType": "Patient",
"id": "patient-internal-id",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Patient|1.0.0"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234-567-890"
}
],
"name": [
{
"family": "Smith",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1987-03-16"
},
{
"resourceType": "RelatedPerson",
"id": "relatedperson-internal-id",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-RelatedPerson|1.0.0"
]
},
"patient": {
"reference": "#patient-internal-id"
},
"name": [
{
"family": "Everyperson",
"given": [
"Jane"
]
}
]
},
{
"resourceType": "Practitioner",
"id": "practitioner-internal-id",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Practitioner|1.0.0"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
"value": "12345"
}
],
"name": [
{
"family": "Frankenstein",
"given": [
"Mary"
]
}
]
},
{
"resourceType": "Organization",
"id": "organization-internal-id",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Organization|1.0.0"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
"value": "11235813"
}
],
"name": "Frankenstein's Lab"
}
]
}