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

FHIR IG analytics

Packagehl7.fhir.uv.dap
Resource TypePermission
IdPermission-example-vhdir.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 example-vhdir

Language: en

status: Active

date: 2022-08-04

combining: Deny-overrides

rule

type: Permit

Data

-Security
*example.org: WSHELTER (WSHELTER)

activity

Actors

-Reference
*http://example.com/R4/fhir/CareTeam/example

action: Access

purpose: healthcare operations


Source1

{
  "resourceType": "Permission",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
  "id": "example-vhdir",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "date": [
    "2022-08-04"
  ],
  "combining": "deny-overrides",
  "rule": [
    {
      "type": "permit",
      "data": [
        {
          "security": [
            {
              "system": "https://example.org",
              "code": "WSHELTER"
            }
          ]
        }
      ],
      "activity": [
        {
          "actor": [
            {
              "reference": {
                "reference": "http://example.com/R4/fhir/CareTeam/example"
              }
            }
          ],
          "action": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/consentaction",
                  "code": "access"
                }
              ]
            }
          ],
          "purpose": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code": "HOPERAT"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}