FHIR IG analytics| Package | ch.fhir.ig.ch-epr-fhir |
| Resource Type | Consent |
| Id | Consent-PpqmConsentTemplate201Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Template 201 - Full access for the patient
{
"resourceType": "Consent",
"id": "PpqmConsentTemplate201Example",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmConsentTemplate201"
]
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType",
"code": "policySetId"
}
]
},
"value": "urn:uuid:57ab9b0d-7d97-4d85-9e4b-02bc7c939ad9"
},
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType",
"code": "templateId"
}
]
},
"value": "201"
}
],
"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": "761337610000000002"
}
},
"policyRule": {
"coding": [
{
"system": "urn:ietf:rfc:3986",
"code": "urn:e-health-suisse:2015:policies:access-level:full"
}
]
},
"provision": {
"actor": [
{
"role": {
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code": "PAT"
}
]
},
"reference": {
"identifier": {
"type": {
"coding": [
{
"system": "urn:ietf:rfc:3986",
"code": "urn:e-health-suisse:2015:epr-spid"
}
]
},
"system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
"value": "761337610000000002"
}
}
}
]
}
}