NZ Shared Digital Health Record API
0.6.0 - ballot

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

: SDHR Participation Reason Codes - JSON Representation

Draft as of 2025-07-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "sdhr-participation-reason",
  "meta" : {
    "versionId" : "1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem sdhr-participation-reason</b></p><a name=\"sdhr-participation-reason\"> </a><a name=\"hcsdhr-participation-reason\"> </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\">version: 1</p></div><p>This  code system <code>https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">sdhr-record-withheld<a name=\"sdhr-participation-reason-sdhr-record-withheld\"> </a></td><td>Record withheld</td><td>Record withheld from the service for privacy or confidentiality reasons.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">sdhr-record-released<a name=\"sdhr-participation-reason-sdhr-record-released\"> </a></td><td>Record released</td><td>Record that was previously withheld has been released (is no longer confidential or restricted) to the service by the patient.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0highlighted<a name=\"sdhr-participation-reason-highlighted\"> </a></td><td>Highlighted</td><td>This code indicates that the resource is important and, for example, should be highlighted in a user interface.</td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason",
  "version" : "0.6.0",
  "name" : "SDHRParticipationReason",
  "title" : "SDHR Participation Reason Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-07-24T23:47:49+00:00",
  "publisher" : "Health New Zealand",
  "contact" : [
    {
      "name" : "Health New Zealand",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/tewhatuora"
        }
      ]
    },
    {
      "name" : "HNZ Integration Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This code system defines the reasons for a patient to participate in the Shared Digital Health Record service.",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "sdhr-record-withheld",
      "display" : "Record withheld",
      "definition" : "Record withheld from the service for privacy or confidentiality reasons."
    },
    {
      "code" : "sdhr-record-released",
      "display" : "Record released",
      "definition" : "Record that was previously withheld has been released (is no longer confidential or restricted) to the service by the patient.",
      "concept" : [
        {
          "code" : "highlighted",
          "display" : "Highlighted",
          "definition" : "This code indicates that the resource is important and, for example, should be highlighted in a user interface."
        }
      ]
    }
  ]
}