FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r5
Resource TypeStructureDefinition
IdStructureDefinition-concept-map-rule.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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