FHIR IG analytics| Package | ch.fhir.ig.ch-epr-ppqm |
| Resource Type | Consent |
| Id | Consent-Template302Consent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Template 302 -- Access level for a group of healthcare professionals
{
"resourceType": "Consent",
"id": "Template302Consent",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-ppqm/StructureDefinition/PpqmConsent"
]
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmConsentIdentifierType",
"code": "policySetId"
}
]
},
"value": "urn:uuid:c23c862a-b297-43c7-875b-d933982c9756"
},
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmConsentIdentifierType",
"code": "templateId"
}
]
},
"value": "302"
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "INFA"
}
]
}
],
"patient": {
"identifier": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
"value": "123456789012345678"
}
},
"policyRule": {
"coding": [
{
"system": "urn:ietf:rfc:3986",
"code": "urn:e-health-suisse:2015:policies:access-level:restricted"
}
]
},
"provision": {
"period": {
"start": "2022-02-01",
"end": "2022-02-15"
},
"actor": [
{
"role": {
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code": "HCP"
}
]
},
"reference": {
"identifier": {
"type": {
"coding": [
{
"system": "urn:ietf:rfc:3986",
"code": "urn:oasis:names:tc:xspa:1.0:subject:organization-id"
}
]
},
"value": "urn:oid:1.2.3.4.5"
}
}
}
],
"purpose": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.5",
"code": "NORM"
}
]
}
}