IG Multilíngue de Teste
0.2.0 - International bandeira

Multi-Language Test IG, publicado por HL7 International / FHIR Infrastructure. Este guia não é uma publicação autorizada; é a compilação contínua para a versão 0.2.0 construída pela FHIR (HL7® FHIR® Standard) CI Build. Esta versão é baseada no conteúdo atual de https://github.com/FHIR/multi-lang-test-ig/ e muda regularmente. Veja o Diretório de versões publicadas

: Exemplo de operação Definição

Estado das normas da página: Informative

Bruto xml | Transferir


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <language value="pt"/>
  <text>
    <status value="generated"/>
    <div xml:lang="pt" lang="pt"><hr/><p><b>Portuguese</b></p><hr/><p class="res-header-id"><b>Narrativa gerada: OperationDefinition example</b></p><a name="pt-example"> </a><a name="pt-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">Língua: en</p></div><p>URL: [base]/Composition/[id]/$populate</p><h3>Parâmetros</h3><table class="grid"><tr><td><b>Utilização</b></td><td><b>Nome</b></td><td><b>Âmbito de aplicação</b></td><td><b>Cardinalidade</b></td><td><b>Tipo</b></td><td><b>Vínculo</b></td><td><b>Documentação</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 (definição de operação de exemplo)"/>
  <title value="Exemplo de operação Definição"/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2015-08-04"/>
  <publisher value="HL7 Internacional / Infraestrutura FHIR"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="Exemplo de operação Definição da instância"/>
  <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="Até à data, só foi implementado para laboratórios e medicamentos"/>
  <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>