| Package | fhir.ca-bc.client |
| Resource Type | OperationDefinition |
| Id | bc-patient-revise |
| 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-revise |
| URL | http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-revise |
| Version | 1.0.0 |
| Status | draft |
| Date | 2025-02-07T23:01:35+00:00 |
| Name | RevisePatient |
| Title | Revise Patient |
| Realm | us |
| Authority | hl7 |
| Description | This operation is used to revise a patient's demographics. |
| Type | true |
| Kind | operation |
| 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-revise
URL: [base]/Patient/$RevisePatient
Input parameters Profile:ReviseRequestBundle
Output parameters Profile:ReviseResponseBundle
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | ReviseRequestBundle | 1..1 | Bundle | The RevisePatient operation request Bundle. | ||
| OUT | ReviseResponseBundle | 1..1 | Bundle | The RevisePatient operation response Bundle. |
{
"resourceType": "OperationDefinition",
"id": "bc-patient-revise",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-revise",
"version": "1.0.0",
"name": "RevisePatient",
"title": "Revise Patient",
"status": "draft",
"kind": "operation",
"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 revise a patient's demographics.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA",
"display": "Canada"
}
]
}
],
"code": "RevisePatient",
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": false,
"inputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-request-bundle",
"outputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-response-bundle",
"parameter": [
{
"name": "ReviseRequestBundle",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The RevisePatient operation request Bundle.",
"type": "Bundle"
},
{
"name": "ReviseResponseBundle",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The RevisePatient operation response Bundle.",
"type": "Bundle"
}
]
}