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 Code System Of Allowed Update Operations - XML Representation

Active as of 2024-06-07

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="bc-client-registry-update-patient-operation-code-system"/>
  <text>
    <status value="generated"/>
    <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-update-patient-operation-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">add<a name="bc-client-registry-update-patient-operation-code-system-add"> </a></td><td>This operation adds an attribute.</td></tr><tr><td style="white-space:nowrap">delete<a name="bc-client-registry-update-patient-operation-code-system-delete"> </a></td><td>This operation deletes an existing attribute.</td></tr><tr><td style="white-space:nowrap">replace<a name="bc-client-registry-update-patient-operation-code-system-replace"> </a></td><td>This operation replaces an existing attribute.</td></tr></table></div>
  </text>
  <url
       value="https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system"/>
  <version value="1.0.0"/>
  <name value="UpdatePatientOperationCS"/>
  <title value="BC Code System Of Allowed Update Operations"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-06-07T23:38:55+00:00"/>
  <publisher value="BC Ministry of Health"/>
  <contact>
    <name value="BC Ministry of Health"/>
    <telecom>
      <system value="url"/>
      <value
             value="https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"/>
    </telecom>
  </contact>
  <description value="BC Code System of allowed update patient operations."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="CA"/>
      <display value="Canada"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="add"/>
    <display value="add"/>
    <definition value="This operation adds an attribute."/>
  </concept>
  <concept>
    <code value="delete"/>
    <display value="delete"/>
    <definition value="This operation deletes an existing attribute."/>
  </concept>
  <concept>
    <code value="replace"/>
    <display value="replace"/>
    <definition value="This operation replaces an existing attribute."/>
  </concept>
</CodeSystem>