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

FHIR IG analytics

Packageihe.iti.pcf
Resource TypeGroup
IdGroup-ex-privilegedUsers.json
FHIR VersionR4

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: Group ex-privilegedUsers

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

active: true

type: Practitioner

actual: true

name: Those users that the organization authorizes to use Break-Glass

managingEntity: Organization somewhere org

Members

-Entity
*Practitioner: telecom = Practitioner@example.com

Source1

{
  "resourceType": "Group",
  "id": "ex-privilegedUsers",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": "practitioner",
  "actual": true,
  "name": "Those users that the organization authorizes to use Break-Glass",
  "managingEntity": {
    "reference": "Organization/ex-organization"
  },
  "member": [
    {
      "entity": {
        "reference": "Practitioner/ex-practitioner"
      }
    }
  ]
}