PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Mapping
{
  "description": "Data transformation mapping resource for Aidbox.",
  "_filename": "StructureDefinition-mapping.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Mapping",
  "abstract": false,
  "type": "Mapping",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "188a5e2e-09ee-4e81-8ca1-49a0a5d9f059",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Mapping",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "Mapping",
      "max": "*",
      "min": 0,
      "path": "Mapping"
    }, {
      "id": "Mapping._source",
      "max": "1",
      "min": 0,
      "path": "Mapping._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "Mapping.body",
      "max": "1",
      "min": 1,
      "path": "Mapping.body",
      "short": "Mapping transformation definition.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Mapping.type",
      "max": "1",
      "min": 0,
      "path": "Mapping.type",
      "type": [ {
        "code": "string"
      } ],
      "short": "Type of the mapping."
    }, {
      "id": "Mapping.returns",
      "max": "1",
      "min": 0,
      "path": "Mapping.returns",
      "type": [ {
        "code": "code"
      } ],
      "short": "Type of result returned by the mapping.",
      "constraint": [ {
        "key": "enum-64",
        "human": "Returns must be one of: transaction, resource",
        "severity": "error",
        "expression": "%context.subsetOf('transaction' | 'resource')"
      } ]
    }, {
      "id": "Mapping.scopeSchema",
      "max": "1",
      "min": 0,
      "path": "Mapping.scopeSchema",
      "short": "Schema defining the scope for mapping.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Mapping.params",
      "max": "1",
      "min": 0,
      "path": "Mapping.params",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Parameters for the mapping execution."
    }, {
      "id": "Mapping.params.omit-drop-blanks",
      "max": "1",
      "min": 0,
      "path": "Mapping.params.omit-drop-blanks",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether to omit blank values from the result."
    }, {
      "id": "Mapping.text",
      "max": "1",
      "min": 0,
      "path": "Mapping.text",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Human-readable text about the mapping."
    }, {
      "id": "Mapping.text.status",
      "max": "1",
      "min": 0,
      "path": "Mapping.text.status",
      "type": [ {
        "code": "string"
      } ],
      "short": "Status of the text."
    }, {
      "id": "Mapping.text.div",
      "max": "1",
      "min": 0,
      "path": "Mapping.text.div",
      "type": [ {
        "code": "string"
      } ],
      "short": "HTML representation of the text."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}