Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-map-transform.ttl

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code System StructureMapTransform

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "map-transform"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "2" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/map-transform"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.682" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "StructureMapTransform"];
  fhir:CodeSystem.title [ fhir:value "StructureMapTransform"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "How data is copied/created."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/map-transform"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "create" ];
     fhir:CodeSystem.display [ fhir:value "create" ];
     fhir:CodeSystem.definition [ fhir:value "create(type : string) - type is passed through to the application on the standard API, and must be known by it." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "copy" ];
     fhir:CodeSystem.display [ fhir:value "copy" ];
     fhir:CodeSystem.definition [ fhir:value "copy(source)." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "truncate" ];
     fhir:CodeSystem.display [ fhir:value "truncate" ];
     fhir:CodeSystem.definition [ fhir:value "truncate(source, length) - source must be stringy type." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "escape" ];
     fhir:CodeSystem.display [ fhir:value "escape" ];
     fhir:CodeSystem.definition [ fhir:value "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." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "cast" ];
     fhir:CodeSystem.display [ fhir:value "cast" ];
     fhir:CodeSystem.definition [ fhir:value "cast(source, type?) - case source from one type to another. target type can be left as implicit if there is one and only one target type known." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "append" ];
     fhir:CodeSystem.display [ fhir:value "append" ];
     fhir:CodeSystem.definition [ fhir:value "append(source...) - source is element or string." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "translate" ];
     fhir:CodeSystem.display [ fhir:value "translate" ];
     fhir:CodeSystem.definition [ fhir:value "translate(source, uri_of_map) - use the translate operation." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "reference" ];
     fhir:CodeSystem.display [ fhir:value "reference" ];
     fhir:CodeSystem.definition [ fhir:value "reference(source : object) - return a string that references the provided tree properly." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "dateOp" ];
     fhir:CodeSystem.display [ fhir:value "dateOp" ];
     fhir:CodeSystem.definition [ fhir:value "Perform a date operation. *Parameters to be documented*." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "uuid" ];
     fhir:CodeSystem.display [ fhir:value "uuid" ];
     fhir:CodeSystem.definition [ fhir:value "Generate a random UUID (in lowercase). No Parameters." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "pointer" ];
     fhir:CodeSystem.display [ fhir:value "pointer" ];
     fhir:CodeSystem.definition [ fhir:value "Return the appropriate string to put in a reference that refers to the resource provided as a parameter." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "evaluate" ];
     fhir:CodeSystem.display [ fhir:value "evaluate" ];
     fhir:CodeSystem.definition [ fhir:value "Execute the supplied FHIRPath expression and use the value returned by that." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "cc" ];
     fhir:CodeSystem.display [ fhir:value "cc" ];
     fhir:CodeSystem.definition [ fhir:value "Create a CodeableConcept. Parameters = (text) or (system. Code[, display])." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "c" ];
     fhir:CodeSystem.display [ fhir:value "c" ];
     fhir:CodeSystem.definition [ fhir:value "Create a Coding. Parameters = (system. Code[, display])." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "qty" ];
     fhir:CodeSystem.display [ fhir:value "qty" ];
     fhir:CodeSystem.definition [ fhir:value "Create a quantity. Parameters = (text) or (value, unit, [system, code]) where text is the natural representation e.g. [comparator]value[space]unit." ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "id" ];
     fhir:CodeSystem.display [ fhir:value "id" ];
     fhir:CodeSystem.definition [ fhir:value "Create an identifier. Parameters = (system, value[, type]) where type is a code from the identifier type value set." ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "cp" ];
     fhir:CodeSystem.display [ fhir:value "cp" ];
     fhir:CodeSystem.definition [ fhir:value "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." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.