PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/ConceptMapRule
{
  "description": "Concept mapping rule resource for terminology translations.",
  "_filename": "StructureDefinition-concept-map-rule.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ConceptMapRule",
  "abstract": false,
  "type": "ConceptMapRule",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "d36a7b9b-86c8-4e1b-81bf-9e8db66b355a",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/ConceptMapRule",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "ConceptMapRule",
      "max": "*",
      "min": 0,
      "path": "ConceptMapRule",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "ConceptMapRule._source",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "ConceptMapRule.conceptmapId",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.conceptmapId",
      "type": [ {
        "code": "string"
      } ],
      "short": "ID of the parent concept map."
    }, {
      "id": "ConceptMapRule.conceptmapUrl",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.conceptmapUrl",
      "type": [ {
        "code": "string"
      } ],
      "short": "URL of the parent concept map."
    }, {
      "id": "ConceptMapRule.source",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.source",
      "type": [ {
        "code": "string"
      } ],
      "short": "Source system for the mapping."
    }, {
      "id": "ConceptMapRule.target",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.target",
      "type": [ {
        "code": "string"
      } ],
      "short": "Target system for the mapping."
    }, {
      "id": "ConceptMapRule.sourceValueSet",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.sourceValueSet",
      "type": [ {
        "code": "string"
      } ],
      "short": "Source value set for the mapping."
    }, {
      "id": "ConceptMapRule.targetValueSet",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.targetValueSet",
      "type": [ {
        "code": "string"
      } ],
      "short": "Target value set for the mapping."
    }, {
      "id": "ConceptMapRule.unmapped",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.unmapped",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Rules for handling unmapped concepts.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "ConceptMapRule.unmapped.url",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.unmapped.url",
      "type": [ {
        "code": "string"
      } ],
      "short": "URL for unmapped value set."
    }, {
      "id": "ConceptMapRule.unmapped.mode",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.unmapped.mode",
      "type": [ {
        "code": "string"
      } ],
      "short": "Mode for handling unmapped concepts."
    }, {
      "id": "ConceptMapRule.element",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.element",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Element mapping definition.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "ConceptMapRule.element.target",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.element.target",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Target mapping information."
    }, {
      "id": "ConceptMapRule.element.target.comment",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.element.target.comment",
      "type": [ {
        "code": "string"
      } ],
      "short": "Comment about the mapping."
    }, {
      "id": "ConceptMapRule.element.target.equivalence",
      "max": "1",
      "min": 0,
      "path": "ConceptMapRule.element.target.equivalence",
      "type": [ {
        "code": "string"
      } ],
      "short": "Equivalence relationship between source and target."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}