This page is part of the C-CDA on FHIR Implementation Guide (v1.2.0-ballot: STU 1 Ballot 4) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: Consent Example Basic - JSON Representation
Raw json | Download
{
"resourceType" : "Consent",
"id" : "consent-example-basic",
"meta" : {
"versionId" : "7",
"lastUpdated" : "2020-08-13T00:30:34.762+00:00",
"source" : "#OBOGLY1IcS3QsGrB"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"consent-example-basic\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Consent "consent-example-basic" Version "7" Updated "2020-08-13 00:30:34+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #OBOGLY1IcS3QsGrB!</p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>patient</b>: <a href=\"Patient-example.html\">Patient/example</a> " NOELLE"</p><p><b>dateTime</b>: 2016-05-11</p><p><b>organization</b>: <a href=\"Organization-organization-2.html\">Organization/organization-2</a> "Acme Clinic"</p><p><b>source</b>: </p><p><b>policyRule</b>: opt-in <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#OPTIN)</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>1964-01-01 --> 2020-01-01</td></tr></table></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59284-0"
}
]
}
],
"patient" : {
"reference" : "Patient/example"
},
"dateTime" : "2016-05-11",
"organization" : [
{
"reference" : "Organization/organization-2"
}
],
"sourceAttachment" : {
"url" : "http://example.org/not-a-real-consent-just-an-example-url.pdf",
"title" : "The terms of the consent in lawyer speak."
},
"policyRule" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "OPTIN"
}
]
},
"provision" : {
"period" : {
"start" : "1964-01-01",
"end" : "2020-01-01"
}
}
}