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

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example Manifest Parameters - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "manifestparameters-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-manifestparameters"
    ]
  },
  "parameter" : [
    {
      "name" : "system-version",
      "valueCanonical" : "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20230901"
    },
    {
      "name" : "system-version",
      "valueCanonical" : "http://loinc.org|2.74"
    },
    {
      "name" : "activeOnly",
      "valueBoolean" : true
    },
    {
      "name" : "includeDraft",
      "valueBoolean" : true
    }
  ]
}