HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/data-access and changes regularly. See the Directory of published versions
: AR1 - JSON Representation
Raw json | Download
{
"resourceType" : "Permission",
"id" : "AR1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Permission</b><a name=\"AR1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Permission "AR1" </p></div><p><b>status</b>: active</p><p><b>combining</b>: deny-unless-permit</p><blockquote><p><b>rule</b></p><p><b>type</b>: permit</p><h3>Data</h3><table class=\"grid\"><tr><td>-</td><td><b>Security</b></td></tr><tr><td>*</td><td>lab-result (Details: [not stated] code lab-result = 'lab-result', stated as 'null')</td></tr></table><h3>Activities</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td><td><b>Action</b></td></tr><tr><td>*</td><td><span/></td><td>Access <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-consentaction.html\">Consent Action Codes</a>#access)</span></td></tr></table></blockquote></div>"
},
"status" : "active",
"combining" : "deny-unless-permit",
"rule" : [
{
"type" : "permit",
"data" : [
{
"security" : [
{
"code" : "lab-result"
}
]
}
],
"activity" : [
{
"actor" : [
{
"identifier" : {
"system" : "http://matrix.rl/roles",
"value" : "00001NurseRole"
}
}
],
"action" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentaction",
"code" : "access"
}
]
}
]
}
]
}
]
}