FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Group |
| Id | Group-ex-privilegedUsers.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Entity |
| Practitioner: telecom = Practitioner@example.com |
{
"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"
}
}
]
}