This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example of a Composite Permission that Imports Another Permission
{
"resourceType" : "Permission",
"id" : "example-composite",
"status" : "active",
"asserter" : {
"reference" : "Organization/f203"
},
"date" : ["2018-12-24"],
"combining" : "permit-overrides",
"rule" : [{
"import" : {
"reference" : "Permission/example-base"
}
},
{
"type" : "permit",
"data" : [{
"security" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "SUD"
}]
}],
"activity" : [{
"actor" : [{
"reference" : {
"reference" : "Organization/f203"
}
}],
"action" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/consentaction",
"code" : "access"
}]
}],
"purpose" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "TREAT"
}]
}]
}]
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.