PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot3
    http://hl7.org/fhir/map-transform
{
  "description": "How data is copied/created.",
  "_filename": "CodeSystem-map-transform.json",
  "package_name": "hl7.fhir.r6.examples",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2025-04-01T12:16:37.966+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "property": [ {
    "code": "fhirpath",
    "type": "string",
    "_code": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/rendered-value",
        "valueString": "FHIRPath Equivalent"
      } ]
    },
    "description": "FHIRPath equivalent for transform function"
  } ],
  "name": "StructureMapTransform",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Structure Map Transform",
  "package_version": "6.0.0-ballot3",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  } ],
  "status": "active",
  "id": "ea15a9fe-da74-4d81-bdb5-6c11c65277db",
  "valueSet": "http://hl7.org/fhir/ValueSet/map-transform",
  "kind": null,
  "url": "http://hl7.org/fhir/map-transform",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.4.682",
    "system": "urn:ietf:rfc:3986"
  }, {
    "use": "old",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.668",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "create",
    "display": "create",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "create(type : string) - type is passed through to the application on the standard API, and must be known by it."
  }, {
    "code": "copy",
    "display": "copy",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "copy(source)."
  }, {
    "code": "truncate",
    "display": "truncate",
    "property": [ {
      "code": "fhirpath",
      "valueString": "substring"
    } ],
    "definition": "truncate(source, length) - source must be stringy type."
  }, {
    "code": "escape",
    "display": "escape",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "escape(source, fmt1, fmt2) - change source from one kind of escaping to another (plain, java, xml, json). note that this is for when the string itself is escaped."
  }, {
    "code": "cast",
    "display": "cast",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "cast(source, type?) - cast (convert) source from one type to another. Target type can be left as implicit if there is one and only one target type known. The default namespace for the type is 'FHIR' (see [FHIRPath type specifiers](http://hl7.org/fhirpath/N1/#is-type-specifier))"
  }, {
    "code": "append",
    "display": "append",
    "property": [ {
      "code": "fhirpath",
      "valueString": "& (String concatenation)"
    } ],
    "definition": "append(source...) - source is element or string."
  }, {
    "code": "translate",
    "display": "translate",
    "property": [ {
      "code": "fhirpath",
      "valueString": "%terminologies.translate()"
    } ],
    "definition": "translate(source, uri_of_map) - use the translate operation."
  }, {
    "code": "reference",
    "display": "reference",
    "property": [ {
      "code": "fhirpath",
      "valueString": "related to resolve() but returns the string pointer"
    } ],
    "definition": "reference(source : object) - return a string that references the provided tree properly."
  }, {
    "code": "dateOp",
    "display": "dateOp",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Perform a date operation. *Parameters to be documented*."
  }, {
    "code": "uuid",
    "display": "uuid",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Generate a random UUID (in lowercase). No Parameters."
  }, {
    "code": "pointer",
    "display": "pointer",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Return the appropriate string to put in a reference that refers to the resource provided as a parameter."
  }, {
    "code": "evaluate",
    "display": "evaluate",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Execute the supplied FHIRPath expression and use the value returned by that."
  }, {
    "code": "cc",
    "display": "cc",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Create a CodeableConcept. Parameters = (text) or (system. Code[, display])."
  }, {
    "code": "c",
    "display": "c",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Create a Coding. Parameters = (system. Code[, display])."
  }, {
    "code": "qty",
    "display": "qty",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Create a quantity. Parameters = (text) or (value, unit, [system, code]) where text is the natural representation e.g. [comparator]value[space]unit."
  }, {
    "code": "id",
    "display": "id",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Create an identifier. Parameters = (system, value[, type]) where type is a code from the identifier type value set."
  }, {
    "code": "cp",
    "display": "cp",
    "property": [ {
      "code": "fhirpath",
      "valueString": "n/a"
    } ],
    "definition": "Create a contact details. Parameters = (value) or (system, value). If no system is provided, the system should be inferred from the content of the value."
  } ],
  "caseSensitive": true,
  "version": "6.0.0-ballot3",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}