| Package | hl7.fhir.uv.cpg |
| Resource Type | OperationDefinition |
| Id | cpg-common-patient-summary |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/OperationDefinition-cpg-common-patient-summary.html |
| URL | http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary |
| Version | 2.0.0 |
| Status | active |
| Date | 2024-11-26T06:42:34+00:00 |
| Name | CPGCommonPatientSummary |
| Title | CPG Common Patient Summary |
| Realm | uv |
| Authority | hl7 |
| Description | The summary operation generates a patient summary for a patient |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| cpg-common-patient-registry | CPG Common Patient Registry |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition cpg-common-patient-summary
URL: [base]/Patient/[id]/$summary
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| OUT | return | 1..1 | Bundle | The document Bundle that is the current patient summary document |
The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary.
{
"resourceType": "OperationDefinition",
"id": "cpg-common-patient-summary",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
}
],
"url": "http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary",
"version": "2.0.0",
"name": "CPGCommonPatientSummary",
"title": "CPG Common Patient Summary",
"status": "active",
"kind": "operation",
"date": "2024-11-26T06:42:34+00:00",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"name": "HL7 International / Clinical Decision Support",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "The summary operation generates a patient summary for a patient",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"code": "summary",
"comment": "The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary.",
"resource": [
"Patient"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The document Bundle that is the current patient summary document",
"type": "Bundle"
}
]
}