Terminology
This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
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
| FHIR Infrastructure Work Group | Maturity Level : N/A | Standards Status : Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Definition
for
Code
System
StructureMapTransform
SystemStructureMapTransform
@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." ] ] .[] a fhir:CodeSystem ; fhir:id [ fhir:v "map-transform"] ; fhir:meta [ fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ] ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ; fhir:value [ fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ; fhir:value [ fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ; fhir:value [ fhir:v "2" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/map-transform"], [ fhir:v "http://hl7.org/fhir/map-transform"] ; fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.682" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.668" ] ] [ fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.682" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.668" ] ] ) ; fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ; fhir:name [ fhir:v "StructureMapTransform"], [ fhir:v "StructureMapTransform"] ; fhir:title [ fhir:v "Structure Map Transform"], [ fhir:v "Structure Map Transform"] ; fhir:status [ fhir:v "active"], [ fhir:v "active"] ; fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ; fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"], [ fhir:v "2021-01-05T10:01:24+11:00"] ; fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ; fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; fhir:description [ fhir:v "How data is copied/created."], [ fhir:v "How data is copied/created."] ; fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; fhir:caseSensitive [ fhir:v "true"] ; fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/map-transform"] ; fhir:content [ fhir:v "complete"] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/rendered-value" ] ; fhir:value [ fhir:v "FHIRPath Equivalent" ] ] ) ] ; fhir:description [ fhir:v "FHIRPath equivalent for transform function" ] ; fhir:type [ fhir:v "string" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "create" ] ; fhir:display [ fhir:v "create" ] ; fhir:definition [ fhir:v "create(type : string) - type is passed through to the application on the standard API, and must be known by it." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "copy" ] ; fhir:display [ fhir:v "copy" ] ; fhir:definition [ fhir:v "copy(source)." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "truncate" ] ; fhir:display [ fhir:v "truncate" ] ; fhir:definition [ fhir:v "truncate(source, length) - source must be stringy type." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "substring" ] ] ) ] [ fhir:code [ fhir:v "escape" ] ; fhir:display [ fhir:v "escape" ] ; fhir:definition [ fhir:v "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:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "cast" ] ; fhir:display [ fhir:v "cast" ] ; fhir:definition [ fhir:v "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))" ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "append" ] ; fhir:display [ fhir:v "append" ] ; fhir:definition [ fhir:v "append(source...) - source is element or string." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "& (String concatenation)" ] ] ) ] [ fhir:code [ fhir:v "translate" ] ; fhir:display [ fhir:v "translate" ] ; fhir:definition [ fhir:v "translate(source, uri_of_map) - use the translate operation." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "%terminologies.translate()" ] ] ) ] [ fhir:code [ fhir:v "reference" ] ; fhir:display [ fhir:v "reference" ] ; fhir:definition [ fhir:v "reference(source : object) - return a string that references the provided tree properly." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "related to resolve() but returns the string pointer" ] ] ) ] [ fhir:code [ fhir:v "dateOp" ] ; fhir:display [ fhir:v "dateOp" ] ; fhir:definition [ fhir:v "Perform a date operation. *Parameters to be documented*." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "uuid" ] ; fhir:display [ fhir:v "uuid" ] ; fhir:definition [ fhir:v "Generate a random UUID (in lowercase). No Parameters." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "pointer" ] ; fhir:display [ fhir:v "pointer" ] ; fhir:definition [ fhir:v "Return the appropriate string to put in a reference that refers to the resource provided as a parameter." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "evaluate" ] ; fhir:display [ fhir:v "evaluate" ] ; fhir:definition [ fhir:v "Execute the supplied FHIRPath expression and use the value returned by that." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "cc" ] ; fhir:display [ fhir:v "cc" ] ; fhir:definition [ fhir:v "Create a CodeableConcept. Parameters = (text) or (system. Code[, display])." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "c" ] ; fhir:display [ fhir:v "c" ] ; fhir:definition [ fhir:v "Create a Coding. Parameters = (system. Code[, display])." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "qty" ] ; fhir:display [ fhir:v "qty" ] ; fhir:definition [ fhir:v "Create a quantity. Parameters = (text) or (value, unit, [system, code]) where text is the natural representation e.g. [comparator]value[space]unit." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "id" ] ; fhir:display [ fhir:v "id" ] ; fhir:definition [ fhir:v "Create an identifier. Parameters = (system, value[, type]) where type is a code from the identifier type value set." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] [ fhir:code [ fhir:v "cp" ] ; fhir:display [ fhir:v "cp" ] ; fhir:definition [ fhir:v "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." ] ; fhir:property ( [ fhir:code [ fhir:v "fhirpath" ] ; fhir:value [ fhir:v "n/a" ] ] ) ] ) . # -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R5
hl7.fhir.core#5.0.0
generated
on
Fri,
Nov
1,
2019
09:32+1100.
QA
Page
Sun,
Mar
26,
2023
15:22+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R4B
|
|
Propose
a
change