NZ Shared Digital Health Record API
0.5.0 - ballot

NZ Shared Digital Health Record API - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SDHRConsentExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "SDHRConsentExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/SDHRConsent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent SDHRConsentExample</b></p><a name=\"SDHRConsentExample\"> </a><a name=\"hcSDHRConsentExample\"> </a><a name=\"SDHRConsentExample-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDHRConsent.html\">SDHRConsent</a></p></div><p><b>identifier</b>: 93f28be6-4787-40f1-ae39-64233eb2cf7c\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284\">Sage Westbrook</a></p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://www.privacy.org.nz\">https://www.privacy.org.nz</a></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://www.privacy.org.nz/privacy-act-2020\">https://www.privacy.org.nz/privacy-act-2020</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Action</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td><td>2023-10-04 --&gt; (ongoing)</td><td><span title=\"Codes:\">access</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "secondary",
      "value" : "93f28be6-4787-40f1-ae39-64233eb2cf7c"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "patient" : {
    "reference" : "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284",
    "type" : "Patient",
    "display" : "Sage Westbrook"
  },
  "policy" : [
    {
      "authority" : "https://www.privacy.org.nz",
      "uri" : "https://www.privacy.org.nz/privacy-act-2020"
    }
  ],
  "provision" : {
    "type" : "deny",
    "period" : {
      "start" : "2023-10-04"
    },
    "action" : [
      {
        "coding" : [
          {
            "code" : "access"
          }
        ]
      }
    ]
  }
}