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

{
  "resourceType" : "CapabilityStatement",
  "id" : "cpg-patient-registry",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "url" : "http://hl7.org/fhir/uv/cpg/CapabilityStatement/cpg-patient-registry",
  "version" : "0.1.0",
  "name" : "CPGPatientRegistry",
  "title" : "CPG Patient Registry",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-06-15T00:00:00-04:00",
  "description" : "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" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Patient",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "active",
              "type" : "token"
            },
            {
              "name" : "birthdate",
              "type" : "date"
            },
            {
              "name" : "name",
              "type" : "string"
            },
            {
              "name" : "identifier",
              "type" : "token"
            }
          ],
          "operation" : [
            {
              "name" : "$match",
              "definition" : "http://hl7.org/fhir/OperationDefinition/Patient-match"
            }
          ]
        }
      ]
    }
  ]
}