Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Consent",
"meta" : {
"profile" : [
🔗 "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/nz-sharedcare-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent </b><a name=\"ConsentByQuestionnaireExample\"> </a><a name=\"hcConsentByQuestionnaireExample\"> </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\">ResourceConsent "ConsentByQuestionnaireExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nz-sharedcare-consent.html\">ManaakiNgaTahiConsent</a></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.5.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Privacy policy acknowledgement Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#57016-8 "Privacy policy acknowledgment Document")</span></p><p><b>patient</b>: <a href=\"Patient-CareyCarrington.html\">Patient/CareyCarrington: Carey Carrington</a> " CARRINGTON"</p><p><b>dateTime</b>: 2022-09-20 02:30:35+0000</p><p><b>source</b>: <a href=\"QuestionnaireResponse-ConsentQuestionnaireResponseExample.html\">QuestionnaireResponse/ConsentQuestionnaireResponseExample</a></p><blockquote><p><b>policy</b></p><p><b>authority</b>: <a href=\"https://www.privacy.org.nz\">https://www.privacy.org.nz</a></p><p><b>uri</b>: <a href=\"https://www.privacy.org.nz/privacy-act-2020/\">https://www.privacy.org.nz/privacy-act-2020/</a></p></blockquote><blockquote><p><b>policy</b></p><p><b>authority</b>: <a href=\"https://www.privacy.org.nz\">https://www.privacy.org.nz</a></p><p><b>uri</b>: <a href=\"https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/\">https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/</a></p></blockquote><h3>Verifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Verified</b></td><td><b>VerifiedWith</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><span>: Carey Carrington</span></td></tr></table><blockquote><p><b>provision</b></p><p><b>period</b>: 2023-01-20 --> 2023-09-20</p><blockquote><p><b>data</b></p><p><b>meaning</b>: instance</p><p><b>reference</b>: <a href=\"Condition-ConditionExample.html\">Condition/ConditionExample</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: instance</p><p><b>reference</b>: <a href=\"Encounter-EncounterExample.html\">Encounter/EncounterExample</a></p></blockquote></blockquote></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy",
"display" : "Privacy Consent"
}
],
"text" : "Privacy Consent"
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "57016-8",
"display" : "Privacy policy acknowledgment Document"
}
],
"text" : "Privacy policy acknowledgement Document"
}
],
"patient" : {
🔗 "reference" : "Patient/CareyCarrington",
"type" : "Patient",
"display" : "Carey Carrington"
},
"dateTime" : "2022-09-20T02:30:35.982Z",
"sourceReference" : {
🔗 "reference" : "QuestionnaireResponse/ConsentQuestionnaireResponseExample"
},
"policy" : [
{
"authority" : "https://www.privacy.org.nz",
"uri" : "https://www.privacy.org.nz/privacy-act-2020/"
},
{
"authority" : "https://www.privacy.org.nz",
"uri" : "https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/"
}
],
"verification" : [
{
"verified" : true,
"verifiedWith" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZXP7823"
},
"display" : "Carey Carrington"
}
}
],
"provision" : {
"period" : {
"start" : "2023-01-20",
"end" : "2023-09-20"
},
"data" : [
{
"meaning" : "instance",
"reference" : {
🔗 "reference" : "Condition/ConditionExample"
}
},
{
"meaning" : "instance",
"reference" : {
🔗 "reference" : "Encounter/EncounterExample"
}
}
]
}
}