Difference between revisions of "Example-Consent-OptIn-NotLabs"
JohnMoehrke (talk | contribs) |
JohnMoehrke (talk | contribs) |
||
Line 3: | Line 3: | ||
<Contract xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/coverage.xsd"> | <Contract xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/coverage.xsd"> | ||
<id value="C-123"/> | <id value="C-123"/> | ||
− | |||
<text> | <text> | ||
<div xmlns="http://www.w3.org/1999/xhtml">The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. | <div xmlns="http://www.w3.org/1999/xhtml">The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. | ||
Line 16: | Line 15: | ||
</div> | </div> | ||
</text> | </text> | ||
− | |||
<issued value="2014-08-17"/> | <issued value="2014-08-17"/> | ||
<!-- not bound by a timeframe -- Contract.applies --> | <!-- not bound by a timeframe -- Contract.applies --> | ||
− | |||
<subject> | <subject> | ||
<reference value="Patient/f001"/> | <reference value="Patient/f001"/> | ||
<display value="P. van de Heuvel"/> | <display value="P. van de Heuvel"/> | ||
</subject> | </subject> | ||
− | |||
<!-- I assume the example given is Canada Infoway wide??? AND I assume it is desired to state that in the Contract.authority element --> | <!-- I assume the example given is Canada Infoway wide??? AND I assume it is desired to state that in the Contract.authority element --> | ||
<authority> | <authority> | ||
Line 30: | Line 26: | ||
<display value="Canada Infoway"/> | <display value="Canada Infoway"/> | ||
</authority> | </authority> | ||
− | |||
<!-- and/or would this [also] go into Contract.domain as a Jurisdiction?? (see the example on UK Pharamacy Juristiction) --> | <!-- and/or would this [also] go into Contract.domain as a Jurisdiction?? (see the example on UK Pharamacy Juristiction) --> | ||
<domain> | <domain> | ||
Line 36: | Line 31: | ||
<display value="Canada Infoway"/> | <display value="Canada Infoway"/> | ||
</domain> | </domain> | ||
− | |||
<type> | <type> | ||
<coding> | <coding> | ||
Line 43: | Line 37: | ||
</coding> | </coding> | ||
</type> | </type> | ||
− | |||
<!-- made up code-system to represent the set of privacy consent sub-types known and published by Canada Infoway --> | <!-- made up code-system to represent the set of privacy consent sub-types known and published by Canada Infoway --> | ||
<subtype> | <subtype> | ||
Line 52: | Line 45: | ||
</coding> | </coding> | ||
</subtype> | </subtype> | ||
− | |||
<!-- I can easily say to exclude a type of FHIR Resource, but lab-orders is not a direct Resource type. Might we put in FHIR based query parameters? --> | <!-- I can easily say to exclude a type of FHIR Resource, but lab-orders is not a direct Resource type. Might we put in FHIR based query parameters? --> | ||
<term> | <term> |
Revision as of 16:30, 18 November 2015
<?xml version="1.0" encoding="UTF-8"?>
<Contract xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/coverage.xsd">
<id value="C-123"/>
<text>
The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada.
The default policy is one of implied consent for the provision of care, so these scenarios all deal with withdrawal or withholding consent for that purpose.
In other jurisdictions, where an express consent model is used (Opt-In), these would examples would contain the phrase "consent to" rather
than "withhold" or "withdraw" consent for.
specific to use-case 1. Withhold or withdraw consent for disclosure of records related to specific domain (e.g. DI, LAB, etc.)
Patient "P. van de Heuvel" wishes to withhold disclosure of all of her lab orders and results to any provider.
</text>
<issued value="2014-08-17"/>
<subject>
<reference value="Patient/f001"/>
<display value="P. van de Heuvel"/>
</subject>
<authority>
<reference value="Organization/Infoway"/>
<display value="Canada Infoway"/>
</authority>
<domain>
<reference value="Organization/Infoway"/>
<display value="Canada Infoway"/>
</domain>
<type>
<coding>
<system value="http://hl7.org/fhir/contracttypecodes"/>
</coding>
</type>
<subtype>
<coding>
<system value="http://www.infoway-inforoute.ca.org/Consent-subtype-codes"/>
<display value="Default Authorization with exceptions."/>
</coding>
</subtype>
<term>
<type>
<coding>
<system value="http://hl7.org/fhir/consent-term-type-codes"/>
</coding>
</type>
<subType>
<coding>
<system value="http://hl7.org/fhir/ValueSet/resource-types"/>
</coding>
</subtype>
<text value="Withhold orders from any provider."/>
</term>
<term>
<type>
<coding>
<system value="http://hl7.org/fhir/consent-term-type-codes"/>
</coding>
</type>
<subType>
<coding>
<system value="http://hl7.org/fhir/ValueSet/resource-types"/>
</coding>
</subtype>
<text value="Withhold order results from any provider."/>
</term>
<friendly>
<contentAttachment>
<title value="The terms of the consent in friendly consumer speak."/>
</contentAttachment>
</friendly>
<legal>
<contentAttachment>
<title value="The terms of the consent in lawyer speak."/>
</contentAttachment>
</legal>
</Contract>