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

FHIR IG analytics

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

Read-Only access to a given SANER report is authorized for PurposeOfUse of Public-Health compliance, from the given Organization. Access requests authorized shall be recorded.

Read-Only access to a given SANER report is authorized for PurposeOfUse of Public-Health compliance, from the given Group. Access requests authorized shall be recorded.


Source1

{
  "resourceType": "Permission",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
  "id": "example-saner",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers",
      "value": "saner-report"
    }
  ],
  "status": "active",
  "asserter": {
    "reference": "Organization/ex-organization"
  },
  "date": [
    "2018-12-24"
  ],
  "combining": "deny-overrides",
  "rule": [
    {
      "type": "permit",
      "data": [
        {
          "resource": [
            {
              "meaning": "instance",
              "reference": {
                "reference": "http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway"
              }
            }
          ]
        }
      ],
      "activity": [
        {
          "actor": [
            {
              "reference": {
                "reference": "Organization/ex-organization"
              }
            }
          ],
          "action": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/consentaction",
                  "code": "access"
                }
              ]
            }
          ],
          "purpose": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code": "HCOMPL"
                }
              ]
            }
          ]
        }
      ],
      "limit": [
        {
          "control": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                  "code": "AUDIT"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "permit",
      "data": [
        {
          "resource": [
            {
              "meaning": "instance",
              "reference": {
                "reference": "http://hl7.org/fhir/uv/saner/Measure/CDCHealthcareSupplyPathway"
              }
            }
          ]
        }
      ],
      "activity": [
        {
          "actor": [
            {
              "reference": {
                "reference": "http://example.com/R4/fhir/Group/102"
              }
            }
          ],
          "action": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/consentaction",
                  "code": "access"
                }
              ]
            }
          ],
          "purpose": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code": "HCOMPL"
                }
              ]
            }
          ]
        }
      ],
      "limit": [
        {
          "control": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                  "code": "AUDIT"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}