FHIR IG analytics| Package | ch.fhir.ig.ch-epr-ppqm |
| Resource Type | Consent |
| Id | Consent-Template203Consent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Template 203 - Default provide level
{
"resourceType": "Consent",
"id": "Template203Consent",
"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:710e4211-d431-430b-a849-1d689e74e4c2"
},
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmConsentIdentifierType",
"code": "templateId"
}
]
},
"value": "203"
}
],
"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:provide-level:restricted"
}
]
},
"provision": {
"actor": [
{
"role": {
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code": "HCP"
}
]
},
"reference": {
"display": "all"
}
}
],
"purpose": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.5",
"code": "NORM"
},
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.5",
"code": "AUTO"
},
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.5",
"code": "DICOM_AUTO"
}
]
}
}