PackagesCanonicalsLogsProblems
    Packages
    PCR.Core.STU3@1.0.1
    https://ehealthontario.ca/fhir/pcr/metadata
{
  "description": "This is the FHIR capability statement for Ontario Provincial Client server",
  "_filename": "pcr-capability-statement.json",
  "package_name": "PCR.Core.STU3",
  "format": [ "json", "xml" ],
  "date": "2018-11-27",
  "publisher": "eHealth Ontario",
  "fhirVersion": "3.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA-ON",
      "system": "urn:iso:std:iso:3166",
      "display": "Canada Ontario"
    } ]
  } ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "name": "Ontario Provincial Client Registry FHIR Capability Statement",
  "acceptUnknown": "no",
  "copyright": "Copyright © eHealth Ontario",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "Ontario Provincial Client Registry FHIR Capability Statement",
  "package_version": "1.0.1",
  "status": "active",
  "id": "85787db3-1980-4f0a-91ff-7e74b5e44322",
  "kind": "instance",
  "url": "https://ehealthontario.ca/fhir/pcr/metadata",
  "version": "1.0",
  "contact": [ {
    "name": "eHealth Ontario",
    "telecom": [ {
      "value": "architecture@ehealthontario.on.ca",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Patient",
      "profile": {
        "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-patient-response|2.0"
      },
      "versioning": "no-version",
      "interaction": [ {
        "code": "read",
        "documentation": "Read interaction to retrieve one patient record using patient's PCR ECID. Supports GET only"
      }, {
        "code": "search-type",
        "documentation": "Search Patient resources using specified parameters. Supports both GET and POST operation"
      } ],
      "searchParam": [ {
        "name": "patient.identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
        "documentation": "Only supports search by Ontario Health Card Number or a PCR definitional identifier- mandatory"
      } ],
      "documentation": "Retrieve the patient records using Read, Search, EMPI Match or PIXm",
      "conditionalRead": "not-supported"
    } ],
    "operation": [ {
      "name": "Patient EMPI Match",
      "definition": {
        "reference": "https://ehealthontario.ca/fhir/OperationDefinition/pcr-Patient-match"
      }
    }, {
      "name": "Patient Identifier Cross-Reference - PIXm",
      "definition": {
        "reference": "http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix"
      }
    } ],
    "documentation": "Support retrieval of patient's records in PCR"
  } ],
  "profile": [ {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-patient-response"
  }, {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-patient-matchreq"
  }, {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-bundle-response"
  }, {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-operationoutcome"
  }, {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-match-in"
  }, {
    "reference": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-parameters-pixm-out"
  } ]
}