Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medtech International Patient Summary - XML Representation

Draft as of 2023-11-08

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="PatientSummary"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition PatientSummary</b></p><a name="PatientSummary"> </a><a name="hcPatientSummary"> </a><p>URL: [base]/Patient/$summary</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</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>IN</td><td>identifier</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The identifier of the patient which is the target of the Patient Summary, e.g. https://standards.digital.health.nz/ns/nhi-id|ZZZ0016</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The Bundle returned is a document conforming to the <a href="./StructureDefinition-medtech-ips-bundle.html">Medtech IPS profile</a></p>
</div></td></tr></table></div>
  </text>
  <url
       value="https://fhir.medtechglobal.com/OperationDefinition/PatientSummary"/>
  <version value="0.0.1"/>
  <name value="summary"/>
  <title value="Medtech International Patient Summary"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2023-11-08"/>
  <publisher value="Medtech Global"/>
  <contact>
    <name value="Medtech Global"/>
    <telecom>
      <system value="url"/>
      <value value="https://medtechglobal.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="support@medtechglobal.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Medtech Support"/>
    <telecom>
      <system value="email"/>
      <value value="support@medtechglobal.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="The summary operation asks the server to return the latest appropriate summary for the patient. 
The patient is explicitly identified by the id of the patient resource

This operation returns a bundle (type = document) for single patient.

The operation asks for the latest appropriate summary, whether that already exists, 
or must be newly generated. Unless otherwise specified, the server has discretion to 
choose how to fulfill the request."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="summary"/>
  <resource value="Patient"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="identifier"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The identifier of the patient which is the target of the Patient Summary, e.g. https://standards.digital.health.nz/ns/nhi-id|ZZZ0016"/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The Bundle returned is a document conforming to the [Medtech IPS profile](./StructureDefinition-medtech-ips-bundle.html)"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>