New Zealand HPI Implementation Guide
0.9.0 - CI Build

New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions

: HPI PractitionerRole status reason - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "Hpi-practitioner-role-status-reason",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-code defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">enteredInError<a name=\"Hpi-practitioner-role-status-reason-enteredInError\"> </a></td><td>Entered in error</td></tr><tr><td style=\"white-space:nowrap\">duplicate<a name=\"Hpi-practitioner-role-status-reason-duplicate\"> </a></td><td>Duplicate</td></tr><tr><td style=\"white-space:nowrap\">died<a name=\"Hpi-practitioner-role-status-reason-died\"> </a></td><td>Died</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"Hpi-practitioner-role-status-reason-other\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-code",
  "version" : "0.9.0",
  "name" : "Hpi_practitioner_role_status_reason",
  "title" : "HPI PractitionerRole status reason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-11-01T00:00:00+13:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "The reason for the current status of PractitionerRole.",
  "purpose" : "The reason for the current status of PractitionerRole.",
  "caseSensitive" : false,
  "valueSet" : "https://standards.digital.health.nz/fhir/ValueSet/hpi-practitioner-role-status-reason-code",
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "enteredInError",
      "display" : "Entered in error"
    },
    {
      "code" : "duplicate",
      "display" : "Duplicate"
    },
    {
      "code" : "died",
      "display" : "Died"
    },
    {
      "code" : "other",
      "display" : "Other"
    }
  ]
}