--- type: "example" title: "Consent Example: consent-example-OrgToOrg" resource: "Consent" example: "consent-example-OrgToOrg" --- # Consent Example: consent-example-OrgToOrg ## Narrative The default policy is one of default block but allows organization Burgers University Medical Center to share data with organization Blijdorp Medisch Centrum (BUMC) ## Example XML ```xml

The default policy is one of default block but allows organization Burgers University Medical Center to share data with organization Blijdorp Medisch Centrum (BUMC)

<!-- likely use url pointer to common text --> </sourceAttachment> <!-- this is base deny - e.g. everything blocked unless otherwise stated --> <regulatoryBasis> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> <code value="INFA"/> </coding> </regulatoryBasis> <decision value="deny"/> <provision> <actor> <!-- This allows the organziation to be the Information Recipient, not just a member of the organization --> <role> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <code value="IRCP"/> </coding> </role> <reference> <reference value="Organization/f203"/> </reference> </actor> <action> <coding> <system value="http://terminology.hl7.org/CodeSystem/consentaction" /> <code value="disclose" /> </coding> </action> </provision> </Consent> ```