FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeCapabilityStatement
Idppr-capability-statement.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "PCR-Query-server",
  "url": "https://ehealthontario.ca/fhir/pcr/metadata",
  "version": "1.0",
  "name": "OntarioProvincialClientRegistryFHIRCapabilityStatement",
  "title": "Ontario Provincial Client Registry FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2018-11-27",
  "publisher": "eHealth Ontario",
  "contact": [
    {
      "name": "eHealth Ontario",
      "telecom": [
        {
          "system": "email",
          "value": "architecture@ehealthontario.on.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for Ontario Provincial Client server",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "copyright": "Copyright © eHealth Ontario",
  "kind": "capability",
  "software": {
    "name": "IBM Registry Product"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support retrieval of patient's records in PCR",
      "resource": [
        {
          "type": "Patient",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient|2.0.0",
          "documentation": "Retrieve the patient records using Read, Search, EMPI Match or PIXm",
          "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"
            }
          ],
          "versioning": "no-version",
          "conditionalRead": "not-supported",
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type": "token",
              "documentation": "Only supports search by Ontario Health Card Number or a PCR definitional identifier- mandatory"
            }
          ]
        }
      ],
      "operation": [
        {
          "name": "Patient EMPI Match",
          "definition": "https://ehealthontario.ca/fhir/OperationDefinition/pcr-Patient-match"
        },
        {
          "name": "Patient Identifier Cross-Reference - PIXm",
          "definition": "http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix"
        }
      ]
    }
  ]
}