Privacy Consent on FHIR (PCF)
1.1.1-current - ci-build
Privacy Consent on FHIR (PCF), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.1.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PCF/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Group",
"id" : "ex-privilegedUsers",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group ex-privilegedUsers</b></p><a name=\"ex-privilegedUsers\"> </a><a name=\"hcex-privilegedUsers\"> </a><a name=\"ex-privilegedUsers-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: Practitioner</p><p><b>actual</b>: true</p><p><b>name</b>: Those users that the organization authorizes to use Break-Glass</p><p><b>managingEntity</b>: <a href=\"Organization-ex-organization.html\">Organization somewhere org</a></p><h3>Members</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Entity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ex-practitioner.html\">Practitioner: telecom = Practitioner@example.com</a></td></tr></table></div>"
},
"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"
}
}
]
}