FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CPGCommonPatientSummary

Formats: Narrative, XML, JSON, Turtle

Raw xml



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="cpg-common-patient-summary"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>CPGCommonPatientSummary</h2><p>OPERATION: CPGCommonPatientSummary</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary</pre><div><p>The summary operation generates a patient summary for a patient</p>
</div><p>URL: [base]/Patient/[id]/$summary</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The document Bundle that is the current patient summary document</p>
</div></td></tr></table><div><p>The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary.</p>
</div></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-common-patient-summary"/>
  <version value="1.0.0"/>
  <name value="CPGCommonPatientSummary"/>
  <title value="CPG Common Patient Summary"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2019-11-01T09:29:23+11:00"/>
  <publisher value="HL7 International - Clinical Decision Support WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/dss"/>
    </telecom>
  </contact>
  <description
               value="The summary operation generates a patient summary for a patient"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="summary"/>
  <comment
           value="The result of this operation is a patient summary document, constructed according to agreed conventions such as the International Patient Summary."/>
  <resource value="Patient"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The document Bundle that is the current patient summary document"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>