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

FHIR IG analytics

Packageon.accdr.pkg
Resource TypeCapabilityStatement
Idcdr-capability-statement.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Ontario Clinical Data Repository FHIR R4 Capability Statement


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "ON-clinical-data-repository-server",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement",
  "version": "1.0.0",
  "name": "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "title": "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "status": "draft",
  "experimental": false,
  "date": "2022-02-09",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@OntarioHealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR R4 capability statement for Ontario Clinical Data Repository",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA-ON",
          "display": "Canada Ontario"
        }
      ]
    }
  ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "copyright": "Copyright © Ontario Health",
  "kind": "capability",
  "software": {
    "name": "Ontario CDR FHIR R4 API"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support submission and retrieval of patient's visit records and clinical documents",
      "security": {
        "cors": true,
        "description": "JWT. Please refer to Ontario JWT Guide."
      },
      "resource": [
        {
          "type": "Encounter",
          "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter",
          "documentation": "Submission and retrieval of patient's encounter records",
          "interaction": [
            {
              "code": "create",
              "documentation": "Submit encounter records using RESTful create"
            },
            {
              "code": "update",
              "documentation": "Update encounter records using logical ID or conditional update with encounter ID"
            },
            {
              "code": "read",
              "documentation": "Retrieve one encounter record with logical id"
            },
            {
              "code": "search-type",
              "documentation": "Search for encounter records using supported search parameters"
            }
          ],
          "conditionalUpdate": true,
          "searchParam": [
            {
              "name": "Encounter identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-identifier",
              "type": "token",
              "documentation": "business identifier of the encounter"
            },
            {
              "name": "Encounter subject",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject",
              "type": "reference",
              "documentation": "patient of the encounter"
            },
            {
              "name": "Encounter type",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-type",
              "type": "token",
              "documentation": "specific type of encounter"
            },
            {
              "name": "Encounter class",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class",
              "type": "token",
              "documentation": "Classification of patient encounter"
            },
            {
              "name": "Encounter date",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-date",
              "type": "date",
              "documentation": "A date within the period the Encounter lasted"
            },
            {
              "name": "Encounter service-provider",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-serviceProvider",
              "type": "reference",
              "documentation": "The healthcare organization responsible for this encounter"
            }
          ]
        }
      ]
    }
  ]
}