ConsentDirective
Example
{
"resourceType" : "Contract",
"id" : "pcd-example-notLabs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">The following scenario is based on existing\n jurisdictional policy and are realized in existing systems in Canada. The default policy is\n one of implied consent for the provision of care, so these scenarios all deal with withdrawal\n or withholding consent for that purpose. In other jurisdictions, where an express consent\n model is used (Opt-In), these would examples would contain the phrase "consent to" rather than\n "withhold" or "withdraw" consent for. <p> specific to use-case 1. Withhold or withdraw consent\n for disclosure of records related to specific domain (e.g. DI, LAB, etc.) </p><p> Patient\n "P. van de Heuvel" wishes to withhold disclosure of all of her lab orders and results to any\n provider. </p>\n </div>"
},
"issued" : "2014-08-17",
"subject" : [{
"reference" : "Patient/f001",
"display" : "P. van de Heuvel"
}],
"authority" : [{
"reference" : "Organization/3",
"display" : "Michigan Health"
}],
"domain" : [{
"reference" : "Location/ukp",
"display" : "UK Pharmacies"
}],
"type" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "57016-8"
}]
},
"subType" : [{
"coding" : [{
"system" : "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
"code" : "Opt-In",
"display" : "Default Authorization with exceptions."
}]
}],
"term" : [{
"offer" : {
"text" : "sample"
},
"group" : [{
"type" : {
"coding" : [{
"system" : "http://example.org/fhir/consent-term-type-codes",
"code" : "withhold-object-type"
}]
},
"subType" : {
"coding" : [{
"system" : "http://hl7.org/fhir/resource-types",
"system" : "http://hl7.org/fhir/fhir-types",
"code" : "ServiceRequest"
}]
},
"offer" : {
"text" : "Withhold orders from any provider."
}
},
{
"type" : {
"coding" : [{
"system" : "http://example.org/fhir/consent-term-type-codes",
"code" : "withhold-object-type"
}]
},
"subType" : {
"coding" : [{
"system" : "http://hl7.org/fhir/resource-types",
"system" : "http://hl7.org/fhir/fhir-types",
"code" : "DiagnosticReport"
}]
},
"offer" : {
"text" : "Withhold order results from any provider."
}
}]
}],
"friendly" : [{
"contentAttachment" : {
"title" : "The terms of the consent in friendly consumer speak."
}
}],
"legal" : [{
"contentAttachment" : {
"title" : "The terms of the consent in lawyer speak."
}
}]
}
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.