FHIR IG Statistics: CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Consumer
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "CapabilityStatement",
"id": "ca-on-ps-profile-CapabilityStatement-Consumer",
"url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Consumer",
"version": "0.10.0",
"name": "PSONConsumerFHIRCapabilityStatement",
"title": "Ontario Patient Summary Repository FHIR Capability Statement",
"status": "active",
"experimental": false,
"date": "2022-10-15T12:00:00+00:00",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health",
"telecom": [
{
"system": "email",
"value": "oh-ds_architecture@ontariohealth.ca"
}
]
}
],
"description": "This is the FHIR capability statement for Ontario Patient Summary source systems",
"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 © Ontario Health",
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"json",
"xml"
],
"rest": [
{
"mode": "client",
"documentation": "Support the retrieval of Patient Summaries from the repository",
"resource": [
{
"type": "Bundle",
"profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle",
"documentation": "Submit a patient summary bundle to be published in the repository, search for and retrieve patient summaries already published",
"interaction": [
{
"code": "read"
},
{
"code": "vread"
},
{
"code": "search-type"
}
],
"versioning": "versioned",
"readHistory": true,
"conditionalRead": "not-supported",
"searchParam": [
{
"name": "composition.patient.identifier",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-identifier",
"type": "token"
},
{
"name": "composition.type",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type",
"type": "token"
},
{
"name": "composition.status",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-status",
"type": "token"
},
{
"name": "timestamp",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-timestamp",
"type": "date"
},
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date"
},
{
"name": "_count",
"type": "number"
},
{
"name": "_sort=timestamp",
"type": "token"
}
]
}
]
}
],
"document": [
{
"mode": "consumer",
"documentation": "Source systems (generally point of service systems such as HIS or EMRs) consume existing Patient Summary documents from the Ontario Health repository.",
"profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle"
}
]
}