FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.dap
Resource TypePermission
IdPermission-ex-finegrained-patient-access.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

-ResourceTypeSecurity
*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

-ResourceTypeSecurity
*All FHIR Types: Patient (Patient)local-tags: VIP (VIP)

Source1

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}