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. For a full list of available versions, see the Directory of published versions

CPGCommonPatientRegistry

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "CapabilityStatement",
  "id" : "cpg-common-patient-registry",
  "text" : {
    "status" : "extensions",
    "div" : "<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>\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-common-patient-registry",
  "version" : "1.0.0",
  "name" : "CPGCommonPatientRegistry",
  "title" : "CPG Common Patient Registry",
  "status" : "draft",
  "experimental" : true,
  "date" : "2019-06-15",
  "description" : "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" : "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"
            },
            {
              "name" : "$summary",
              "definition" : "http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary"
            }
          ]
        }
      ]
    }
  ]
}