FHIR IG analytics| Package | hl7.fhir.uv.dap |
| Resource Type | Permission |
| Id | Permission-example-vhdir.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Permission example-vhdir
Language: en
status: Active
date: 2022-08-04
combining: Deny-overrides
rule
type: Permit
Data
Security example.org: WSHELTER (WSHELTER) activity
Actors
Reference http://example.com/R4/fhir/CareTeam/example action: Access
purpose: healthcare operations
{
"resourceType": "Permission",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
"id": "example-vhdir",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"date": [
"2022-08-04"
],
"combining": "deny-overrides",
"rule": [
{
"type": "permit",
"data": [
{
"security": [
{
"system": "https://example.org",
"code": "WSHELTER"
}
]
}
],
"activity": [
{
"actor": [
{
"reference": {
"reference": "http://example.com/R4/fhir/CareTeam/example"
}
}
],
"action": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"code": "access"
}
]
}
],
"purpose": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HOPERAT"
}
]
}
]
}
]
}
]
}