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