BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI Canada flag

BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BC Client Registry Address Validation Status Code - JSON Representation

Active as of 2024-06-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "bc-client-registry-address-validation-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-address-validation-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">valid<a name=\"bc-client-registry-address-validation-code-system-valid\"> </a></td><td>The address is valid, i.e. there is a reasonable good chance this address is known to Canada Post.</td></tr><tr><td style=\"white-space:nowrap\">invalid<a name=\"bc-client-registry-address-validation-code-system-invalid\"> </a></td><td>The address validation status is invalid and like not recognized by Canada Post.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"bc-client-registry-address-validation-code-system-unknown\"> </a></td><td>The address validation status is unknown.</td></tr></table></div>"
  },
  "url" : "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-address-validation-code-system",
  "version" : "1.0.0",
  "name" : "AddressValidationCS",
  "title" : "BC Client Registry Address Validation Status Code",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-06-07T23:38:55+00:00",
  "publisher" : "BC Ministry of Health",
  "contact" : [
    {
      "name" : "BC Ministry of Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
        }
      ]
    }
  ],
  "description" : "Codes used to define the address validation status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA",
          "display" : "Canada"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "valid",
      "display" : "valid",
      "definition" : "The address is valid, i.e. there is a reasonable good chance this address is known to Canada Post."
    },
    {
      "code" : "invalid",
      "display" : "invalid",
      "definition" : "The address validation status is invalid and like not recognized by Canada Post."
    },
    {
      "code" : "unknown",
      "display" : "unknown",
      "definition" : "The address validation status is unknown."
    }
  ]
}