Provider Connect Australia (PCA) FHIR Implementation Guide 2.4.0

This is release 2.4.0 of Provider Connect Australia (PCA) FHIR Implementation Guide. It is based on FHIR version 4.0.1. See the Directory of published versions.

ValueSet-pca-matching-status

Formats: Narrative, XML, JSON, Turtle

Raw xml



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pca-matching-status"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-task-status.html"><code>http://hl7.org/fhir/task-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-failed">failed</a></td><td>Failed</td><td>The task was attempted but could not be completed due to some error.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-completed">completed</a></td><td>Completed</td><td>The task has been completed.</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://pca.digitalhealth.gov.au/fhir/4.0/ValueSet/pca-matching-status"/>
  <version value="2.4.0"/>
  <name value="PcaMatchingStatus"/>
  <title value="PCA Matching Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-09-15T10:45:26+10:00"/>
  <publisher value="Australian Digital Health Agency"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="[email protected]"/>
    </telecom>
  </contact>
  <description
               value="The PCA Matching Status value set includes values that represent the status of matching records through PCA."/>
  <copyright
             value="Copyright © 2023 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/task-status"/>
      <concept>
        <code value="failed"/>
      </concept>
      <concept>
        <code value="completed"/>
      </concept>
    </include>
  </compose>
</ValueSet>