Multi-Language Test IG
0.2.0 - International drapeau

Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions

: Example Operation Definition

Statut des normes de la page: Informative

Brut xml | Télécharger


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <language value="fr"/>
  <text>
    <status value="generated"/>
    <div xml:lang="fr" lang="fr"><hr/><p><b>French</b></p><hr/><p class="res-header-id"><b>Narratif généré : DéfinitionOpération example</b></p><a name="fr-example"> </a><a name="fr-hcexample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Langue : en</p></div><p>URL : [base]/Composition/[id]/$populate</p><h3>Paramètres</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Nom</b></td><td><b>Périmètre</b></td><td><b>Cardinalité</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>persist</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Indicates whether the produced document should be persisted</p>
</div></td></tr><tr><td>IN</td><td>graph</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#uri">uri</a></td><td/><td><div><p>Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a GraphDefinition that it controls what resources are to be added to the bundle when building the document. The GraphDefinition can also specify profiles that apply to the various resources</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The bundle containing the composition and resources associated with it. See FHIR Documents for information on resources that may be included in the bundle.</p>
</div></td></tr></table><div><p>Only implemented for Labs and Medications so far</p>
</div></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/test/multi-lang/ImplementationGuide/hl7.fhir.test.multi-lang"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/test/multi-lang/OperationDefinition/example"/>
  <version value="0.2.0"/>
  <name value="ExampleOperationDefinition"/>
  <title value="Example Operation Definition"/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2015-08-04"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="Example Operation Definition Instance"/>
  <useContext>
    <code>
      <system value="http://terminology.hl7.org/ValueSet/usage-context-type"/>
      <code value="venue"/>
      <display value="Clinical Venue"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
        <code value="IMP"/>
        <display value="inpatient encounter"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <code value="populate"/>
  <comment value="Only implemented for Labs and Medications so far"/>
  <base value="http://hl7.org/fhir/OperationDefinition/Composition-document"/>
  <resource value="Composition"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="persist"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Indicates whether the produced document should be persisted"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="graph"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a GraphDefinition that it controls what resources are to be added to the bundle when building the document. The GraphDefinition can also specify profiles that apply to the various resources"/>
    <type value="uri"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The bundle containing the composition and resources associated with it. See FHIR Documents for information on resources that may be included in the bundle."/>
    <type value="Bundle"/>
  </parameter>
  <overload>
    <parameterName value="persist"/>
    <parameterName value="graph"/>
  </overload>
  <overload>
    <parameterName value="persist"/>
    <comment
             value="Graph is presumed to only be direct references if not specified"/>
  </overload>
</OperationDefinition>