Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

: Get Knowledge Artifact - XML Representation

Draft as of 2020-11-19

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="PlanDefinition-get-kar"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/PlanDefinition/[id]/$get-kar</p><p>Parameters</p><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>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 Knowledge Artifact Bundle containing all the related resources will be returned.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/medmorph/OperationDefinition/PlanDefinition-get-kar"/>
  <version value="1.0.0"/>
  <name value="PlanDefinitionGetKar"/>
  <title value="Get Knowledge Artifact"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2020-11-19T21:48:56+10:00"/>
  <publisher value="HL7 International - Public Health Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pher"/>
    </telecom>
  </contact>
  <description
               value="The operation is used to retrieve the knowledge artifact associated with the PlanDefinition."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="get-kar"/>
  <resource value="PlanDefinition"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The Knowledge Artifact Bundle containing all the related resources will be returned."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>