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

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Example Manifest Parameters - XML Representation

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>
  <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>