FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/cpg-common-patient-summary

Packagehl7.fhir.uv.cpg
TypeOperationDefinition
Idcpg-common-patient-summary
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/OperationDefinition-cpg-common-patient-summary.html
URLhttp://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary
Version2.0.0
Statusactive
Date2024-11-26T06:42:34+00:00
NameCPGCommonPatientSummary
TitleCPG Common Patient Summary
Realmuv
Authorityhl7
DescriptionThe summary operation generates a patient summary for a patient
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
cpg-common-patient-registryCPG Common Patient Registry

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition cpg-common-patient-summary

URL: [base]/Patient/[id]/$summary

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle

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.


Source

{
  "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"
    }
  ]
}