PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.livd@0.1.0
    http://hl7.org/fhir/uv/livd/StructureDefinition/conceptmap-uv-livd
{
  "description": "Explanation of what this profile contains/is for",
  "_filename": "StructureDefinition-conceptmap-uv-livd.json",
  "package_name": "hl7.fhir.uv.livd",
  "date": "2018-08-14",
  "derivation": "constraint",
  "publisher": "Health Level Seven, Inc. - Orders and Observations WG",
  "fhirVersion": "3.5.0",
  "name": "LIVD ConceptMap",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://unknown.org/???",
    "name": "???",
    "identity": "???"
  }, {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/fhir/object-implementation",
    "name": "Object Implementation Information",
    "identity": "objimpl"
  } ],
  "abstract": false,
  "type": "ConceptMap",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
        "xpath": "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()"
      }, {
        "key": "dom-6",
        "human": "A resource should have narrative for robust management",
        "xpath": "exists(f:text/h:div)",
        "source": "DomainResource",
        "severity": "warning",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
          "valueBoolean": true
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
          "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a guman readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
        } ],
        "expression": "text.div.exists()"
      }, {
        "key": "dom-5",
        "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
        "xpath": "not(exists(f:contained/*/f:meta/f:security))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.security.empty()"
      }, {
        "key": "cmd-0",
        "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation",
        "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')",
        "source": "ConceptMap",
        "severity": "warning",
        "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')"
      } ],
      "path": "ConceptMap",
      "min": 0,
      "definition": "A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.",
      "isModifier": false,
      "short": "LIVD ConceptMap",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "ConceptMap",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "isModifier": false,
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "ConceptMap.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
      "isModifier": false,
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "ConceptMap.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ConceptMap.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
      "isSummary": true
    }, {
      "path": "ConceptMap.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "isModifier": false,
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/languages",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language."
      },
      "max": "1",
      "id": "ConceptMap.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "isModifier": false,
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "ConceptMap.text",
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "isModifier": false,
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "ConceptMap.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
      "isSummary": false
    }, {
      "path": "ConceptMap.url",
      "requirements": "Allows the concept map to be referenced by a single globally unique identifier.",
      "min": 0,
      "definition": "An absolute URI that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published. The URL SHOULD include the major version of the concept map. For more information see [Technical and Business Versions](resource.html#versions).",
      "isModifier": false,
      "short": "Logical URI to reference this concept map (globally unique)",
      "mapping": [ {
        "map": "Definition.url",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.url",
      "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred.  Multiple instances may share the same url if they have a distinct.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.url"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.identifier",
      "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.",
      "min": 0,
      "definition": "A formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.",
      "isModifier": false,
      "short": "Additional identifier for the concept map",
      "mapping": [ {
        "map": "Definition.identifier",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "Identifier part",
        "identity": "???"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.identifier",
      "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this concept map outside of FHIR, where it is not possible to use the logical URI.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.identifier"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.version",
      "min": 0,
      "definition": "The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the concept map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
      "isModifier": false,
      "short": "Business version of the concept map",
      "mapping": [ {
        "map": "Definition.version",
        "identity": "workflow"
      }, {
        "map": "FiveWs.version",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.version",
      "comment": "There may be different concept map instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the concept map with the format [url]|[version].",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.version"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.name",
      "requirements": "Support human navigation and code generation.",
      "min": 0,
      "definition": "A natural language name identifying the concept map. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
      "isModifier": false,
      "short": "Name for this concept map (computer friendly)",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.name",
      "condition": [ "inv-0" ],
      "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.name"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.title",
      "min": 0,
      "definition": "A short, descriptive, user-friendly title for the concept map.",
      "isModifier": false,
      "short": "Name for this concept map (human friendly)",
      "mapping": [ {
        "map": "Definition.title",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.title",
      "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.title"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.status",
      "min": 1,
      "definition": "The status of this concept map. Enables tracking the life-cycle of the content.",
      "isModifier": true,
      "short": "draft | active | retired | unknown",
      "mapping": [ {
        "map": "Definition.status",
        "identity": "workflow"
      }, {
        "map": "FiveWs.status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/publication-status",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PublicationStatus"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The lifecycle status of an artifact."
      },
      "max": "1",
      "id": "ConceptMap.status",
      "comment": "Only \"Active\" must be supported as it reflects the time of publication.  Others are not valid for that.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.status"
      },
      "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
      "isSummary": true
    }, {
      "path": "ConceptMap.experimental",
      "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level concept map.",
      "min": 0,
      "definition": "A Boolean value to indicate that this concept map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.",
      "isModifier": false,
      "short": "For testing purposes, not real usage",
      "mapping": [ {
        "map": "Definition.experimental",
        "identity": "workflow"
      }, {
        "map": "FiveWs.class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.experimental",
      "comment": "Allows filtering of concept maps that are appropriate for use versus not.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.experimental"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.date",
      "min": 0,
      "definition": "The date  (and optionally time) when the concept map was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.",
      "isModifier": false,
      "short": "Date last changed",
      "mapping": [ {
        "map": "Definition.date",
        "identity": "workflow"
      }, {
        "map": "FiveWs.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": false,
      "alias": [ "Revision Date" ],
      "max": "0",
      "id": "ConceptMap.date",
      "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the concept map. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.date"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.publisher",
      "requirements": "Helps establish the \"authority/credibility\" of the concept map.  May also allow for contact.",
      "min": 0,
      "definition": "The name of the organization or individual that published the concept map.",
      "isModifier": false,
      "short": "Name of the publisher (organization or individual)",
      "mapping": [ {
        "map": "Definition.publisher",
        "identity": "workflow"
      }, {
        "map": "FiveWs.witness",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.publisher",
      "comment": "Usually an organization but may be an individual. The publisher (or steward) of the concept map is the organization or individual primarily responsible for the maintenance and upkeep of the concept map. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the concept map. This item SHOULD be populated unless the information is available from context.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.publisher"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.contact",
      "min": 0,
      "definition": "Contact details to assist a user in finding and communicating with the publisher.",
      "isModifier": false,
      "short": "Contact details for the publisher",
      "mapping": [ {
        "map": "Definition.contact",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "ContactDetail"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.contact",
      "comment": "May be a web site, an email address, a telephone number, etc.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.contact"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.description",
      "min": 0,
      "definition": "A free text natural language description of the concept map from a consumer's perspective.",
      "isModifier": false,
      "short": "Natural language description of the concept map",
      "mapping": [ {
        "map": "Definition.description",
        "identity": "workflow"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.description",
      "comment": "The description is not intended to describe the semantics of the concept map. The description should capture its intended use, which is needed for ensuring integrity for its use in models across future changes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.description"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.useContext",
      "requirements": "Assist in searching for appropriate content.",
      "min": 0,
      "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate concept map instances.",
      "isModifier": false,
      "short": "The context that the content is intended to support",
      "mapping": [ {
        "map": "Definition.useContext",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "UsageContext"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.useContext",
      "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.useContext"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.jurisdiction",
      "min": 0,
      "definition": "A legal or geographic region in which the concept map is intended to be used.",
      "isModifier": false,
      "short": "Intended jurisdiction for concept map (if applicable)",
      "mapping": [ {
        "map": "Definition.jurisdiction",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Jurisdiction"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Countries and regions within which this artifact is targeted for use."
      },
      "max": "0",
      "id": "ConceptMap.jurisdiction",
      "comment": "It may be possible for the concept map to be used in jurisdictions other than those for which it was originally designed or intended.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.jurisdiction"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.purpose",
      "min": 0,
      "definition": "Explanation of why this concept map is needed and why it has been designed as it has.",
      "isModifier": false,
      "short": "Why this concept map is defined",
      "mapping": [ {
        "map": "Definition.purpose",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.purpose",
      "comment": "This element does not describe the usage of the concept map. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is.  This may be used to point to source materials or specifications that drove the structure of this concept map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.purpose"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.copyright",
      "requirements": "Consumers must be able to determine any legal restrictions on the use of the concept map and/or its content.",
      "min": 0,
      "definition": "A copyright statement relating to the concept map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the concept map.",
      "isModifier": false,
      "short": "Use and/or publishing restrictions",
      "mapping": [ {
        "map": "Definition.copyright",
        "identity": "workflow"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "mustSupport": false,
      "alias": [ "License", "Restrictions" ],
      "max": "0",
      "id": "ConceptMap.copyright",
      "comment": "& Frequently, the copyright differs between the concept map, and codes that are included. The copyright statement should clearly differentiate between these when required.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.copyright"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.source[x]",
      "min": 1,
      "definition": "The source value set that specifies the concepts that are being mapped.",
      "isModifier": false,
      "short": "Identifies the source of the concepts which are being mapped",
      "type": [ {
        "code": "uri"
      }, {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ValueSet" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.source[x]",
      "comment": "This points to the device for which the IVD Test Codes are mapped to the suggested LOINC codes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.source[x]"
      },
      "isSummary": true
    }, {
      "path": "ConceptMap.target[x]",
      "min": 1,
      "definition": "The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.",
      "isModifier": false,
      "short": "Provides context to the mappings",
      "type": [ {
        "code": "uri"
      }, {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ValueSet" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.target[x]",
      "comment": "This points to the LIVDLOINCCodeSystemProfile that contains the LOINC codes and their properties, used to map the  IVD Test Codes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.target[x]"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ConceptMap.group",
      "min": 1,
      "definition": "A group of mappings that all have the same source and target system.",
      "isModifier": false,
      "short": "Same source and target systems",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group",
      "comment": "Considering the scope is only IVD Test Code to LOINC, one group is sufficient.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.source",
      "min": 0,
      "definition": "An absolute URI that identifies the Code System for the Vendor Analyte Codes.",
      "isModifier": false,
      "short": "Source code system",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.source",
      "comment": "This is not needed if the source value set is specified and it contains concepts from only a single system.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.source"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.sourceVersion",
      "min": 0,
      "definition": "The specific version of the code system, as determined by the manufacturer.",
      "isModifier": false,
      "short": "Specific version of the  code system",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.sourceVersion",
      "comment": "The specification of a particular code system version may be required for code systems which lack concept permanence.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.sourceVersion"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.target",
      "min": 0,
      "definition": "An absolute URI that identifies the code system for the LOINC codes referenced.",
      "isModifier": false,
      "short": "Target code system",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.target",
      "comment": "Target may be omitted if all the target element equivalence values are 'unmatched'.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.target"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.targetVersion",
      "min": 0,
      "definition": "The specific version of the code system, as established by the manufacturer for this publication.",
      "isModifier": false,
      "short": "Specific version of the  code system",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.targetVersion",
      "comment": "The specification of a particular code system version may be required for code systems which lack concept permanence.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.targetVersion"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ConceptMap.group.element",
      "min": 1,
      "definition": "Mappings for an individual Vendor Analyte Code in the source to one or more LOINC Codes in the target.",
      "isModifier": false,
      "short": "Mappings for a Vendor Analyte Code from the source set",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "SourceElement"
      } ],
      "alias": [ "code", "concept", "item" ],
      "max": "*",
      "id": "ConceptMap.group.element",
      "comment": "Generally an Vendor Analyte Code points to one or more LOINC Codes, but it is possible that a LOINC Code does not exist yet.",
      "base": {
        "max": "*",
        "min": 1,
        "path": "ConceptMap.group.element"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.element.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.element.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.element.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.element.code",
      "min": 1,
      "definition": "Identity (code or path) of the Vendor Analyte Code being mapped.",
      "isModifier": false,
      "short": "Identifies the Vendor Analyte Code being mapped",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.code"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.display",
      "min": 1,
      "definition": "The Vendor Analyte Name for the Vendore Analyte Code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "The Vendor Analyte Name",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.display"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "cmd-1",
        "human": "If the map is narrower or inexact, there SHALL be some comments",
        "xpath": "exists(f:comment) or not(exists(f:equivalence)) or ((f:equivalence/@value != 'narrower') and (f:equivalence/@value != 'inexact'))",
        "source": "ConceptMap.group.element.target",
        "severity": "error",
        "expression": "comment.exists() or equivalence.empty() or ((equivalence != 'narrower') and (equivalence != 'inexact'))"
      } ],
      "path": "ConceptMap.group.element.target",
      "min": 0,
      "definition": "A reference to the LOINC code being mapped to, including mapping criteria.",
      "isModifier": false,
      "short": "Identifies the LOINC code being mapped to",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "TargetElement"
      } ],
      "max": "*",
      "id": "ConceptMap.group.element.target",
      "comment": "Ideally there would only be one map, with equal or equivalent mapping. But multiple maps are allowed for several narrower options, or to assert that other concepts are unmatched.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group.element.target"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.element.target.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.element.target.code",
      "min": 1,
      "definition": "Identity (code or path) the LOINC Code that the map refers to.",
      "isModifier": false,
      "short": "Code that identifies the LOINC Code",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.code"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.display",
      "min": 1,
      "definition": "The LOINC Long Name for the LOINC code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "LOINC Long Name",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.display"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.equivalence",
      "min": 1,
      "definition": "The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).",
      "isModifier": true,
      "short": "relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-equivalence",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ConceptMapEquivalence"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The degree of equivalence between concepts."
      },
      "max": "1",
      "id": "ConceptMap.group.element.target.equivalence",
      "comment": "This element is labeled as a modifier because it may indicate that a target does not apply.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.equivalence"
      },
      "isModifierReason": "Some of the values mean that there is no mapping from the source to the target, particularly 'disjoint', and the mapping cannot be interpreted without knowing this value as it could mean the elements are equivalent, totally mismatched or anything in between",
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.comment",
      "min": 0,
      "definition": "A description of status, issues, or other mapping criteria in mapping that conveys additional information not represented in  the structured data.",
      "isModifier": false,
      "short": "Vendor Comment",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.comment",
      "condition": [ "cmd-1" ],
      "comment": "This provides the ability for the vendor for additional human readable clarifications to the Laboratory on how to consider mapping IVD Test Codes to LOINC codes beyond the Result and Specimen descriptions in the dependsOn construct.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.comment"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "livd-1",
        "human": "If the dependsOn is valued, either the code or display must be present",
        "xpath": "(exists(f:group.element.target.dependsOn) and (exists(f:group.element.target.code) or exists(f:group.element.target.display))) or !exists(f:group.element.target.dependsOn)",
        "severity": "error",
        "expression": "(group.element.target.dependsOn.exists() and (group.element.target.code.exists() or group.element.target.display.exists())) or !group.element.target.dependsOn.exists()"
      } ],
      "path": "ConceptMap.group.element.target.dependsOn",
      "min": 2,
      "definition": "A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.",
      "isModifier": false,
      "short": "Other elements required for this mapping (from context)",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "property",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "OtherElement"
      } ],
      "max": "2",
      "id": "ConceptMap.group.element.target.dependsOn",
      "comment": "Either .code or .display must be valued.\nThere must be both a specimen and result related description.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.property",
      "min": 1,
      "definition": "A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.",
      "isModifier": false,
      "short": "Reference to property mapping depends on",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn.property",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.property"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.system",
      "min": 0,
      "definition": "An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).",
      "isModifier": false,
      "short": "Code System (if necessary)",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CodeSystem" ]
      } ],
      "meaningWhenMissing": "The code is in the source (dependsOn) or target (product) system",
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn.system",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.system"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.value",
      "min": 1,
      "definition": "Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.",
      "isModifier": false,
      "short": "Value of the referenced element",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn.value",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.value"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.display",
      "min": 0,
      "definition": "The display for the code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "Display for the code (if value is a code)",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.display"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ConceptMap.group.element.target.dependsOn",
      "min": 1,
      "definition": "A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.",
      "isModifier": false,
      "short": "The property for specimen",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "sliceName": "specimen",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "OtherElement"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.property",
      "min": 1,
      "definition": "A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.",
      "isModifier": false,
      "short": "Reference to property mapping depends on",
      "fixedUri": "specimen",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/livd/ValueSet/conceptmap-livd-desc-prop",
        "description": "Defines the properties that are further described to aid in the selection of a LOINC code"
      },
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.property",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.property"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.system",
      "min": 0,
      "definition": "An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).",
      "isModifier": false,
      "short": "Code System (if necessary)",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CodeSystem" ]
      } ],
      "meaningWhenMissing": "The code is in the source (dependsOn) or target (product) system",
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.system",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.system"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.value",
      "min": 1,
      "definition": "Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.",
      "isModifier": false,
      "short": "Value of the referenced element",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.value",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.value"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.display",
      "min": 0,
      "definition": "The display for the code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "Display for the code (if value is a code)",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.display"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ConceptMap.group.element.target.dependsOn",
      "min": 1,
      "definition": "A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.",
      "isModifier": false,
      "short": "The property for specimen",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "sliceName": "result",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "OtherElement"
      } ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn:result.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.element.target.dependsOn:result.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.property",
      "min": 1,
      "definition": "A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somwhere that is labeled to correspond with a code system property.",
      "isModifier": false,
      "short": "Reference to property mapping depends on",
      "fixedUri": "result",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/livd/ValueSet/conceptmap-livd-desc-prop",
        "description": "Defines the properties that are further described to aid in the selection of a LOINC code"
      },
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result.property",
      "comment": "This references the list of characteristics, e.g., Specimen or Result, for which further clarifying descriptions are provided.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.property"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.system",
      "min": 0,
      "definition": "An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).",
      "isModifier": false,
      "short": "Code System (if necessary)",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CodeSystem" ]
      } ],
      "mustSupport": false,
      "meaningWhenMissing": "The code is in the source (dependsOn) or target (product) system",
      "max": "0",
      "id": "ConceptMap.group.element.target.dependsOn:result.system",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.system"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.value",
      "min": 1,
      "definition": "This provides the coded representation of the description for the Specimen or Result description.",
      "isModifier": false,
      "short": "Value of the referenced element",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result.value",
      "comment": "This human readable description provides further information for use by the Lab staff to finalize the appropriate mapping of the analyte test code to the LOINC code for the specific device and purpose within that Lab.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.element.target.dependsOn.value"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.display",
      "min": 0,
      "definition": "This represents the vendor description for the Specimen or Result description.",
      "isModifier": false,
      "short": "Display for the code",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.element.target.dependsOn:result.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.element.target.dependsOn.display"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.element.target.product",
      "min": 0,
      "definition": "A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.",
      "isModifier": false,
      "short": "Other concepts that this mapping also produces",
      "contentReference": "#ConceptMap.group.element.target.dependsOn:result",
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.element.target.product",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ConceptMap.group.element.target.product"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "cmd-3",
        "human": "If the mode is 'other-map', a url must be provided",
        "xpath": "(f:mode/@value != 'other-map') or exists(f:url)",
        "source": "ConceptMap.group.unmapped",
        "severity": "error",
        "expression": "(mode = 'other-map') implies url.exists()"
      }, {
        "key": "cmd-2",
        "human": "If the mode is 'fixed', a code must be provided",
        "xpath": "(f:mode/@value != 'fixed') or exists(f:code)",
        "source": "ConceptMap.group.unmapped",
        "severity": "error",
        "expression": "(mode = 'fixed') implies code.exists()"
      } ],
      "path": "ConceptMap.group.unmapped",
      "min": 0,
      "definition": "What to do when there is no match in the mappings in the group.",
      "isModifier": false,
      "short": "When no match in the mappings",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.unmapped",
      "comment": "This only applies if the source code is in the system defined for the group.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.unmapped"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ConceptMap.group.unmapped.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ConceptMap.group.unmapped.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ConceptMap.group.unmapped.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ConceptMap.group.unmapped.mode",
      "min": 1,
      "definition": "Defines which action to take if there is no match in the group. One of 3 actions is possible: use the unmapped code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).",
      "isModifier": false,
      "short": "provided | fixed | other-map",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ConceptMapGroupUnmappedMode"
        } ],
        "description": "Defines which action to take if there is no match in the group."
      },
      "max": "1",
      "id": "ConceptMap.group.unmapped.mode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ConceptMap.group.unmapped.mode"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.code",
      "min": 0,
      "definition": "The fixed code to use when the mode = 'fixed'  - all unmapped codes are mapped to a single fixed code.",
      "isModifier": false,
      "short": "Fixed code when mode = fixed",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.unmapped.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.unmapped.code"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.display",
      "min": 0,
      "definition": "The display for the code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "Display for the code",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.unmapped.display",
      "comment": "The display is ignored when processing the map.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.unmapped.display"
      },
      "isSummary": false
    }, {
      "path": "ConceptMap.group.unmapped.url",
      "min": 0,
      "definition": "The canonical URL of the map to use if this map contains no mapping.",
      "isModifier": false,
      "short": "Canonical URL for other concept map",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ConceptMap" ]
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.unmapped.url",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ConceptMap.group.unmapped.url"
      },
      "isSummary": false
    } ]
  },
  "status": "draft",
  "id": "1d1d6e8f-f9de-453f-8123-5c032906b6ec",
  "kind": "resource",
  "url": "http://hl7.org/fhir/uv/livd/StructureDefinition/conceptmap-uv-livd",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "ConceptMap",
      "path": "ConceptMap",
      "short": "LIVD ConceptMap",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.url",
      "min": 0,
      "definition": "An absolute URI that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published. The URL SHOULD include the major version of the concept map. For more information see [Technical and Business Versions](resource.html#versions).",
      "isModifier": false,
      "short": "Logical URI to reference this concept map (globally unique)",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.url",
      "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred.  Multiple instances may share the same url if they have a distinct."
    }, {
      "id": "ConceptMap.identifier",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.identifier",
      "mapping": [ {
        "map": "Identifier part",
        "identity": "???"
      } ],
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.version",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.version",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.name",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.name",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.title",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.title",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.status",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.status",
      "comment": "Only \"Active\" must be supported as it reflects the time of publication.  Others are not valid for that.",
      "definition": "The status of this concept map. Enables tracking the life-cycle of the content.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.experimental",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.experimental",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.date",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.date",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.publisher",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.publisher",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.contact",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.contact",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.description",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.description",
      "comment": "The description is not intended to describe the semantics of the concept map. The description should capture its intended use, which is needed for ensuring integrity for its use in models across future changes.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.useContext",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.useContext",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.jurisdiction",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.jurisdiction",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.purpose",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.purpose",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.copyright",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.copyright",
      "comment": "& Frequently, the copyright differs between the concept map, and codes that are included. The copyright statement should clearly differentiate between these when required.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.source[x]",
      "min": 1,
      "definition": "The source value set that specifies the concepts that are being mapped.",
      "isModifier": false,
      "short": "Identifies the source of the concepts which are being mapped",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.source[x]",
      "comment": "This points to the device for which the IVD Test Codes are mapped to the suggested LOINC codes."
    }, {
      "path": "ConceptMap.target[x]",
      "min": 1,
      "definition": "The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.",
      "isModifier": false,
      "short": "Provides context to the mappings",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.target[x]",
      "comment": "This points to the LIVDLOINCCodeSystemProfile that contains the LOINC codes and their properties, used to map the  IVD Test Codes."
    }, {
      "path": "ConceptMap.group",
      "min": 1,
      "definition": "A group of mappings that all have the same source and target system.",
      "isModifier": false,
      "short": "Same source and target systems",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group",
      "comment": "Considering the scope is only IVD Test Code to LOINC, one group is sufficient."
    }, {
      "id": "ConceptMap.group.source",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.group.source",
      "short": "Source code system",
      "definition": "An absolute URI that identifies the Code System for the Vendor Analyte Codes.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.sourceVersion",
      "min": 0,
      "definition": "The specific version of the code system, as determined by the manufacturer.",
      "isModifier": false,
      "short": "Specific version of the  code system",
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.sourceVersion",
      "comment": "The specification of a particular code system version may be required for code systems which lack concept permanence."
    }, {
      "path": "ConceptMap.group.target",
      "min": 0,
      "definition": "An absolute URI that identifies the code system for the LOINC codes referenced.",
      "isModifier": false,
      "short": "Target code system",
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.target",
      "comment": "Target may be omitted if all the target element equivalence values are 'unmatched'."
    }, {
      "id": "ConceptMap.group.targetVersion",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.group.targetVersion",
      "short": "Specific version of the  code system",
      "definition": "The specific version of the code system, as established by the manufacturer for this publication.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.element",
      "min": 1,
      "definition": "Mappings for an individual Vendor Analyte Code in the source to one or more LOINC Codes in the target.",
      "isModifier": false,
      "short": "Mappings for a Vendor Analyte Code from the source set",
      "mustSupport": false,
      "alias": [ "code", "concept", "item" ],
      "max": "*",
      "id": "ConceptMap.group.element",
      "comment": "Generally an Vendor Analyte Code points to one or more LOINC Codes, but it is possible that a LOINC Code does not exist yet."
    }, {
      "id": "ConceptMap.group.element.code",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.code",
      "short": "Identifies the Vendor Analyte Code being mapped",
      "definition": "Identity (code or path) of the Vendor Analyte Code being mapped.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.element.display",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.display",
      "short": "The Vendor Analyte Name",
      "definition": "The Vendor Analyte Name for the Vendore Analyte Code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.element.target",
      "max": "*",
      "min": 0,
      "path": "ConceptMap.group.element.target",
      "short": "Identifies the LOINC code being mapped to",
      "definition": "A reference to the LOINC code being mapped to, including mapping criteria.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.element.target.code",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.target.code",
      "short": "Code that identifies the LOINC Code",
      "definition": "Identity (code or path) the LOINC Code that the map refers to.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.element.target.display",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.target.display",
      "short": "LOINC Long Name",
      "definition": "The LOINC Long Name for the LOINC code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.element.target.equivalence",
      "min": 1,
      "definition": "The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is 'wider' than the source).",
      "isModifier": false,
      "short": "relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.equivalence",
      "comment": "This element is labeled as a modifier because it may indicate that a target does not apply."
    }, {
      "path": "ConceptMap.group.element.target.comment",
      "min": 0,
      "definition": "A description of status, issues, or other mapping criteria in mapping that conveys additional information not represented in  the structured data.",
      "isModifier": false,
      "short": "Vendor Comment",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.comment",
      "comment": "This provides the ability for the vendor for additional human readable clarifications to the Laboratory on how to consider mapping IVD Test Codes to LOINC codes beyond the Result and Specimen descriptions in the dependsOn construct."
    }, {
      "constraint": [ {
        "key": "livd-1",
        "human": "If the dependsOn is valued, either the code or display must be present",
        "xpath": "(exists(f:group.element.target.dependsOn) and (exists(f:group.element.target.code) or exists(f:group.element.target.display))) or !exists(f:group.element.target.dependsOn)",
        "severity": "error",
        "expression": "(group.element.target.dependsOn.exists() and (group.element.target.code.exists() or group.element.target.display.exists())) or !group.element.target.dependsOn.exists()"
      } ],
      "path": "ConceptMap.group.element.target.dependsOn",
      "min": 2,
      "definition": "A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.",
      "isModifier": false,
      "short": "Other elements required for this mapping (from context)",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "property",
          "type": "value"
        } ]
      },
      "mustSupport": false,
      "max": "2",
      "id": "ConceptMap.group.element.target.dependsOn",
      "comment": "Either .code or .display must be valued.\nThere must be both a specimen and result related description."
    }, {
      "id": "ConceptMap.group.element.target.dependsOn:specimen",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.target.dependsOn",
      "short": "The property for specimen",
      "sliceName": "specimen",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.property",
      "min": 1,
      "isModifier": false,
      "fixedUri": "specimen",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/livd/ValueSet/conceptmap-livd-desc-prop",
        "description": "Defines the properties that are further described to aid in the selection of a LOINC code"
      },
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:specimen.property"
    }, {
      "id": "ConceptMap.group.element.target.dependsOn:result",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.element.target.dependsOn",
      "short": "The property for specimen",
      "sliceName": "result",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.property",
      "min": 1,
      "definition": "A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somwhere that is labeled to correspond with a code system property.",
      "isModifier": false,
      "short": "Reference to property mapping depends on",
      "fixedUri": "result",
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/livd/ValueSet/conceptmap-livd-desc-prop",
        "description": "Defines the properties that are further described to aid in the selection of a LOINC code"
      },
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result.property",
      "comment": "This references the list of characteristics, e.g., Specimen or Result, for which further clarifying descriptions are provided."
    }, {
      "id": "ConceptMap.group.element.target.dependsOn:result.system",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.group.element.target.dependsOn.system",
      "short": "Code System (if necessary)",
      "definition": "An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.element.target.dependsOn.value",
      "min": 1,
      "definition": "This provides the coded representation of the description for the Specimen or Result description.",
      "isModifier": false,
      "short": "Value of the referenced element",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.element.target.dependsOn:result.value",
      "comment": "This human readable description provides further information for use by the Lab staff to finalize the appropriate mapping of the analyte test code to the LOINC code for the specific device and purpose within that Lab."
    }, {
      "id": "ConceptMap.group.element.target.dependsOn:result.display",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.group.element.target.dependsOn.display",
      "short": "Display for the code",
      "definition": "This represents the vendor description for the Specimen or Result description.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.element.target.product",
      "max": "0",
      "min": 0,
      "path": "ConceptMap.group.element.target.product",
      "short": "Other concepts that this mapping also produces",
      "definition": "A set of additional outcomes from this mapping to other elements. To properly execute this mapping, the specified element must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.unmapped",
      "min": 0,
      "definition": "What to do when there is no match in the mappings in the group.",
      "isModifier": false,
      "short": "When no match in the mappings",
      "mustSupport": false,
      "max": "0",
      "id": "ConceptMap.group.unmapped",
      "comment": "This only applies if the source code is in the system defined for the group."
    }, {
      "id": "ConceptMap.group.unmapped.mode",
      "max": "1",
      "min": 1,
      "path": "ConceptMap.group.unmapped.mode",
      "short": "provided | fixed | other-map",
      "definition": "Defines which action to take if there is no match in the group. One of 3 actions is possible: use the unmapped code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ConceptMap.group.unmapped.code",
      "max": "1",
      "min": 0,
      "path": "ConceptMap.group.unmapped.code",
      "short": "Fixed code when mode = fixed",
      "definition": "The fixed code to use when the mode = 'fixed'  - all unmapped codes are mapped to a single fixed code.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ConceptMap.group.unmapped.display",
      "min": 0,
      "definition": "The display for the code. The display is only provided to help editors when editing the concept map.",
      "isModifier": false,
      "short": "Display for the code",
      "mustSupport": false,
      "max": "1",
      "id": "ConceptMap.group.unmapped.display",
      "comment": "The display is ignored when processing the map."
    }, {
      "id": "ConceptMap.group.unmapped.url",
      "max": "1",
      "min": 0,
      "path": "ConceptMap.group.unmapped.url",
      "short": "Canonical URL for other concept map",
      "definition": "The canonical URL of the map to use if this map contains no mapping.",
      "isModifier": false,
      "mustSupport": false
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/special/committees/orders/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ConceptMap"
}