| Package | fhir.ca-bc.client |
| Resource Type | OperationDefinition |
| Id | bc-patient-get-demographics |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-get-demographics |
| URL | http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-get-demographics |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-02-07T23:01:35+00:00 |
| Name | GetDemographics |
| Title | GetDemographics |
| Realm | us |
| Authority | hl7 |
| Description | This operation is used to query for a patient. The response can contain 0 or 1 Patient. |
| Type | true |
| Kind | query |
| CapabilityStatement | |
| bc-hcim-capability-statement-server | BC HCIM Server Capability Statement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition bc-patient-get-demographics
URL: [base]/Patient/$GetDemographics
Input parameters Profile:GetDemographicsRequestBundle
Output parameters Profile:SearchResponseBundle
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | GetDemographicsRequestBundle | 1..1 | Bundle | GetDemographics request Bundle. | ||
| OUT | SearchResponseBundle | 1..1 | Bundle | GetDemograponics response Bundle. |
{
"resourceType": "OperationDefinition",
"id": "bc-patient-get-demographics",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-get-demographics",
"version": "1.0.0",
"name": "GetDemographics",
"title": "GetDemographics",
"status": "active",
"kind": "query",
"date": "2025-02-07T23:01:35+00:00",
"publisher": "BC Ministry of Health",
"contact": [
{
"name": "BC Ministry of Health",
"telecom": [
{
"system": "url",
"value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
}
]
}
],
"description": "This operation is used to query for a patient. The response can contain 0 or 1 Patient.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA",
"display": "Canada"
}
]
}
],
"code": "GetDemographics",
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": false,
"inputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-get-demographics-request-bundle",
"outputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-search-response-bundle",
"parameter": [
{
"name": "GetDemographicsRequestBundle",
"use": "in",
"min": 1,
"max": "1",
"documentation": "GetDemographics request Bundle.",
"type": "Bundle"
},
{
"name": "SearchResponseBundle",
"use": "out",
"min": 1,
"max": "1",
"documentation": "GetDemograponics response Bundle.",
"type": "Bundle"
}
]
}