Canonical Resource Management Infrastructure Implementation Guide
2.0.0 - STU 2 International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example Manifest Parameters

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="manifestparameters-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-manifestparameters"/>
  </meta>
  <language value="en"/>
  <parameter>
    <name value="system-version"/>
    <valueCanonical
                    value="http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20230901"/>
  </parameter>
  <parameter>
    <name value="system-version"/>
    <valueCanonical value="http://loinc.org|2.74"/>
  </parameter>
  <parameter>
    <name value="activeOnly"/>
    <valueBoolean value="true"/>
  </parameter>
  <parameter>
    <name value="includeDraft"/>
    <valueBoolean value="true"/>
  </parameter>
</Parameters>