{
  "resourceType" : "CapabilityStatement",
  "id" : "IHE.PDQm.server",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CapabilityStatement for SERVER Actor in the IHE <a href=\"http://wiki.ihe.net/index.php\">PDQm</a>. The IHE Profile text is Normative, this conformance resource is Informative.</div>"
  },
  "url" : "http://ihe.net/fhir/CapabilityStatement/capabilitystatement-IHE.PDQm.server",
  "version" : "0.1.0",
  "name" : "IHE_PDQm_supplier",
  "title" : "IHE PDQm Server",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-07-05",
  "publisher" : "IHE IT Infrastructure Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE IT Infrastructure Technical Committee",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "name" : "David Pyke",
      "telecom" : [
        {
          "system" : "email",
          "value" : "dpyke@ainq.com"
        }
      ]
    }
  ],
  "description" : "CapabilityStatement for Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm. See http://wiki.ihe.net/index.php/PDQm. The IHE Profile text is Normative, this conformance resource is Informative.",
  "copyright" : "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "PDQm server provides capability to query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters",
      "security" : {
        "cors" : false,
        "description" : "None mandated by IHE, encouraged IHE-IUA or SMART-on-FHIR"
      },
      "resource" : [
        {
          "type" : "Patient",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-_id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "active",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-active",
              "type" : "token",
              "documentation" : "Whether the patient record is active"
            },
            {
              "name" : "address-city",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-address-city",
              "type" : "string",
              "documentation" : "A city specified in an address"
            },
            {
              "name" : "address-country",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-address-country",
              "type" : "string",
              "documentation" : "A country specified in an address"
            },
            {
              "name" : "address-postalcode",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-address-postalcode",
              "type" : "string",
              "documentation" : "A postalCode specified in an address"
            },
            {
              "name" : "address-state",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-address-state",
              "type" : "string",
              "documentation" : "A state specified in an address"
            },
            {
              "name" : "birthdate",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-birthdate",
              "type" : "date",
              "documentation" : "The patient's date of birth"
            },
            {
              "name" : "family",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-family",
              "type" : "string",
              "documentation" : "A portion of the family name of the patient"
            },
            {
              "name" : "gender",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-gender",
              "type" : "token",
              "documentation" : "Gender of the patient"
            },
            {
              "name" : "given",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-given",
              "type" : "string",
              "documentation" : "A portion of the given name of the patient"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type" : "token",
              "documentation" : "A patient identifier"
            },
            {
              "name" : "telecom",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-telecom",
              "type" : "token",
              "documentation" : "The value in any kind of telecom details of the patient"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-_lastUpdated",
              "type" : "date",
              "documentation" : "When the resource version last changed"
            }
          ]
        }
      ],
      "interaction" : [
        {
          "code" : "search-system"
        }
      ]
    }
  ]
}