HIP FHIR Common Terminology Guide
1.3.1 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions

: HIP Error Code - JSON Representation

Active as of 2017-09-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hip-error-code",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://standards.digital.health.nz/ns/hip-error-code",
  "version" : "1.0",
  "name" : "Hip_error_code",
  "title" : "HIP Error Code",
  "status" : "active",
  "experimental" : false,
  "date" : "2017-09-01T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "HIP Error Codes",
  "purpose" : "A coded value for HIP errros.",
  "caseSensitive" : false,
  "valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/hip-error-code",
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 36,
  "concept" : [
    {
      "code" : "EM02002",
      "display" : "Cannot be found"
    },
    {
      "code" : "EM02004",
      "display" : "The NHI Identifier provided <1> is dormant. This record cannot be updated"
    },
    {
      "code" : "EM02006",
      "display" : "The patient identity information supplied may result in transformation of this NHI. Please resubmit or contact NHI administration"
    },
    {
      "code" : "EM02007",
      "display" : "The request record version number does not match the current resource record version number"
    },
    {
      "code" : "EM02009",
      "display" : "Validate is only currently supported when sending an NHI Identifier (not an ID)"
    },
    {
      "code" : "EM02101",
      "display" : "A Patient name must contain either a given or family name, a Name Type, a preferred name flag and an information source."
    },
    {
      "code" : "EM02104",
      "display" : "An active Patient Preferred Name must not be deleted"
    },
    {
      "code" : "EM02105",
      "display" : "A Patient must not have more than 40 active names"
    },
    {
      "code" : "EM02106",
      "display" : "A Patient must have an active Preferred Name"
    },
    {
      "code" : "EM02107",
      "display" : "Must start with a letter of the alphabet or an apostrophe"
    },
    {
      "code" : "EM02110",
      "display" : "Must contain at least one letter"
    },
    {
      "code" : "EM02201",
      "display" : "A Patient must have a primary residential address"
    },
    {
      "code" : "EM02209",
      "display" : "A validated mailing address must be an address at which mail can be delivered"
    },
    {
      "code" : "EM02301",
      "display" : "A Patient must have at least one valid ethnicity code, only one instance of each selected ethnicity, and appropriate use of the residual ethnicity codes"
    },
    {
      "code" : "EM04003",
      "display" : "address-line must match the address associated with Nz-address-id"
    },
    {
      "code" : "EM04005",
      "display" : "A Patient Address must either be validated by the Te Whatu Ora address service, or have a qualifier to indicate why the address cannot be validated"
    },
    {
      "code" : "EM04006",
      "display" : "Address line 1, address type, and not-validated-address-reason are required."
    },
    {
      "code" : "EM04007",
      "display" : "A validated address must contain Nz-address-id, Address line 1 and address type."
    },
    {
      "code" : "EM07008",
      "display" : "Requested attribute has been removed from the Patient record by NHI administration, contact NHI administration for more information"
    },
    {
      "code" : "EM07107",
      "display" : "Set ID provided is invalid or inactive"
    },
    {
      "code" : "EM07201",
      "display" : "Missing a required field"
    },
    {
      "code" : "EM07202",
      "display" : "Field is required when another field is present"
    },
    {
      "code" : "EM07208",
      "display" : "Invalid code for value set"
    },
    {
      "code" : "EM07212",
      "display" : "Cannot be a future date"
    },
    {
      "code" : "EM07215",
      "display" : "Date of Death must be greater than, or equal to Date of Birth"
    },
    {
      "code" : "EM07217",
      "display" : "Contains invalid text"
    },
    {
      "code" : "EM07222",
      "display" : "Already exists for this patient"
    },
    {
      "code" : "EM07223",
      "display" : "The Patient Name is not active and cannot be updated"
    },
    {
      "code" : "EM07225",
      "display" : "If name-use-extra is supplied name-use must be temp, and source NPRF"
    },
    {
      "code" : "EM07229",
      "display" : "Can only be set by an authorised agency"
    },
    {
      "code" : "EM07237",
      "display" : "Information source required when attribute is present"
    },
    {
      "code" : "EM07238",
      "display" : "Attribute required if information source present"
    },
    {
      "code" : "EM07239",
      "display" : "A source of HL7 or MIGR can only be submitted by A legacy update"
    },
    {
      "code" : "EM07240",
      "display" : "Date of Death must be greater than, or equal to Date of Birth"
    },
    {
      "code" : "EM07241",
      "display" : "Information set to registered cannot be updated, contact NHI administration for more information"
    },
    {
      "code" : "EM07242",
      "display" : "Cannot update attribute source with a lower level of proof"
    }
  ]
}