FHIR IG Statistics: ValueSet/PpqmReferencedPolicySet
Package | ch.fhir.ig.ch-epr-ppqm |
Type | ValueSet |
Id | PpqmReferencedPolicySet |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-ppqm/file:///home/michaela/github/ch-epr-ppqm/output/ValueSet-PpqmReferencedPolicySet.html |
URL | http://fhir.ch/ig/ch-epr-ppqm/ValueSet/PpqmReferencedPolicySet |
Version | 2.0.0 |
Status | active |
Date | 2023-12-20T11:34:01+01:00 |
Name | PpqmReferencedPolicySet |
Title | PPQm Referenced Policy Set |
Realm | ch |
Authority | hl7 |
Description | IDs of basis policy sets that may be referenced from templates. Note that this value set intentionally does not contain IDs of all policy sets contained in the official stack, see [documentation](https://github.com/ehealthsuisse/ch-epr-adr-ppq/blob/main/docs/Policies.md) |
Copyright | CC0-1.0 |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
urn:ietf:rfc:3986
Code | Display |
urn:e-health-suisse:2015:policies:access-level:full | Full access |
urn:e-health-suisse:2015:policies:provide-level:normal | Write normal |
urn:e-health-suisse:2015:policies:provide-level:restricted | Write restricted |
urn:e-health-suisse:2015:policies:provide-level:secret | Write secret |
urn:e-health-suisse:2015:policies:access-level:normal | Read normal |
urn:e-health-suisse:2015:policies:access-level:restricted | Read restricted |
urn:e-health-suisse:2015:policies:access-level:delegation-and-normal | Read normal with delegation |
urn:e-health-suisse:2015:policies:access-level:delegation-and-restricted | Read restricted with delegation |
urn:e-health-suisse:2015:policies:exclusion-list | Exclusion list |
Source
{
"resourceType": "ValueSet",
"id": "PpqmReferencedPolicySet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-epr-ppqm/ValueSet/PpqmReferencedPolicySet",
"version": "2.0.0",
"name": "PpqmReferencedPolicySet",
"title": "PPQm Referenced Policy Set",
"status": "active",
"experimental": false,
"date": "2023-12-20T11:34:01+01:00",
"publisher": "eHealth Suisse",
"contact": [
{
"name": "eHealth Suisse",
"telecom": [
{
"system": "url",
"value": "http://www.e-health-suisse.ch"
}
]
}
],
"description": "IDs of basis policy sets that may be referenced from templates. Note that this value set intentionally does not contain IDs of all policy sets contained in the official stack, see [documentation](https://github.com/ehealthsuisse/ch-epr-adr-ppq/blob/main/docs/Policies.md)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CHE"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "urn:ietf:rfc:3986",
"concept": [
{
"code": "urn:e-health-suisse:2015:policies:access-level:full",
"display": "Full access"
},
{
"code": "urn:e-health-suisse:2015:policies:provide-level:normal",
"display": "Write normal"
},
{
"code": "urn:e-health-suisse:2015:policies:provide-level:restricted",
"display": "Write restricted"
},
{
"code": "urn:e-health-suisse:2015:policies:provide-level:secret",
"display": "Write secret"
},
{
"code": "urn:e-health-suisse:2015:policies:access-level:normal",
"display": "Read normal"
},
{
"code": "urn:e-health-suisse:2015:policies:access-level:restricted",
"display": "Read restricted"
},
{
"code": "urn:e-health-suisse:2015:policies:access-level:delegation-and-normal",
"display": "Read normal with delegation"
},
{
"code": "urn:e-health-suisse:2015:policies:access-level:delegation-and-restricted",
"display": "Read restricted with delegation"
},
{
"code": "urn:e-health-suisse:2015:policies:exclusion-list",
"display": "Exclusion list"
}
]
}
]
}
}