FHIR Clincal Guidelines (v0.1.0) (STU1 Ballot)

This page is part of the Clinical Guidelines (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

CPGPatientRegistry


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="cpg-patient-registry"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>CPGPatientRegistry</h2><div><p>Describes the minimum set of functionality required for a patient registry service that supports the common registration process defined in this implementation guide.</p>
</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th></tr><tr><td>Patient</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/cpg/CapabilityStatement/cpg-patient-registry"/>
  <version value="0.1.0"/>
  <name value="CPGPatientRegistry"/>
  <title value="CPG Patient Registry"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2019-06-15T00:00:00-04:00"/>
  <description
               value="Describes the minimum set of functionality required for a patient registry service that supports the common registration process defined in this implementation guide."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.0"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Patient"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="active"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <name value="birthdate"/>
        <type value="date"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
      </searchParam>
      <operation>
        <name value="$match"/>
        <definition
                    value="http://hl7.org/fhir/OperationDefinition/Patient-match"/>
      </operation>
    </resource>
  </rest>
</CapabilityStatement>