FHIR IG analytics| Package | hl7.fhir.uv.dap |
| Resource Type | Permission |
| Id | Permission-ex-finegrained-patient-access.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Permission ex-finegrained-patient-access
Language: en
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Active
asserter: Organization nowhere
date: 2023-11-22
combining: Permit-unless-deny
rule
type: Permit
Data
ResourceType Security All FHIR Types: Patient (Patient) local-tags: TAG_1 (TAG_1) limit
element: Patient.address
limit
element: Patient.birthDate
limit
element: Patient.meta
rule
type: Deny
Data
ResourceType Security All FHIR Types: Patient (Patient) local-tags: VIP (VIP)
{
"resourceType": "Permission",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
"id": "ex-finegrained-patient-access",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"asserter": {
"reference": "Organization/ex-organization"
},
"date": [
"2023-11-22"
],
"combining": "permit-unless-deny",
"rule": [
{
"type": "permit",
"data": [
{
"resourceType": [
{
"system": "http://hl7.org/fhir/fhir-types",
"code": "Patient"
}
],
"security": [
{
"system": "http://example.org/fhir/ValueSet/local-tags",
"code": "TAG_1"
}
]
}
],
"limit": [
{
"element": [
"Patient.address"
]
},
{
"element": [
"Patient.birthDate"
]
},
{
"element": [
"Patient.meta"
]
}
]
},
{
"type": "deny",
"data": [
{
"resourceType": [
{
"system": "http://hl7.org/fhir/fhir-types",
"code": "Patient"
}
],
"security": [
{
"system": "http://example.org/fhir/ValueSet/local-tags",
"code": "VIP"
}
]
}
]
}
]
}