FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CPGCommonPatientRegistry

Formats: Narrative, XML, JSON, Turtle

Raw xml



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="cpg-common-patient-registry"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>CPGCommonPatientRegistry</h2><div><p>Describes the expected 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-common-patient-registry"/>
  <version value="1.0.0"/>
  <name value="CPGCommonPatientRegistry"/>
  <title value="CPG Common Patient Registry"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2019-06-15"/>
  <description
               value="Describes the expected 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>
      <operation>
        <name value="$summary"/>
        <definition
                    value="http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary"/>
      </operation>
    </resource>
  </rest>
</CapabilityStatement>