Terminology
This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
| Terminology Infrastructure Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : No defined compartments |
Raw XML ( canonical form + also see XML Format Specification )
Example Concept Map Metadata v2 (id = "example-metadata-2")
<?xml version="1.0" encoding="UTF-8"?> <ConceptMap xmlns="http://hl7.org/fhir"> <id value="example-metadata-2"/> <meta> <profile value="http://hl7.org/fhir/StructureDefinition/shareableconceptmap"/> </meta> <text> <status value="extensions"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> Mapping from <a href="valueset-address-use.html">AddressUse</a> to<a href="http://terminology.hl7.org/5.4.0/ValueSet-v3-AddressUse.html">AddressUse</a> </p>DRAFT (not intended for production usage). Published on 2022-07-21 by FHIR (Example) (FHIR project team: ).<p> DRAFT (not intended for production usage). Published on 2022-07-21 by HL7 International / Terminology Infrastructure ( <a href="http://www.hl7.org/Special/committees/Vocab">http://www.hl7.org/Special/com...</a> , <a href="http://www.hl7.org/Special/committees/Vocab/index.cfm">http://www.hl7.org/Special/com...</a> ). </p> <div> <p> This is an example concept map that illustrates usage of the metadata resource elements introduced in R5</p> </div> <br/> <p> <b> Group 1</b> Mapping from <a href="codesystem-address-use.html">AddressUse</a> to<a href="http://terminology.hl7.org/5.4.0/CodeSystem-v3-AddressUse.html">AddressUse</a> </p> <table class="grid"> <tr> <td> <b> Source Code</b> </td> <td> <b> Relationship</b> </td> <td> <b> Target Code</b> </td> <td> <b> Comment</b> </td> </tr> <tr> <td> home</td> <td> <a href="codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a> </td> <td> H (home address)</td> <td/> </tr> <tr> <td> work</td> <td> <a href="codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a> </td> <td> WP (work place)</td> <td/> </tr> <tr> <td> temp (Temporary)</td> <td> <a href="codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a> </td> <td> TMP (temporary address)</td> <td/> </tr> <tr> <td> old (Old / Incorrect)</td> <td> <a href="codesystem-concept-map-relationship.html#not-related-to" title="not-related-to">is not related to</a> </td> <td> BAD (bad address)</td> <td> In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="vocab"/> </extension> <url value="http://hl7.org/fhir/ConceptMap/example-metadata-2"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.14.4"/> </identifier><version value="6.0.0-ballot1"/> <name value="ExampleMetadata"/> <title value="Metadata Example"/> <status value="draft"/> <experimental value="true"/> <date value="2022-07-21"/><publisher value="HL7 International / Terminology Infrastructure"/> <contact><telecom> <system value="url"/><value value="http://www.hl7.org/Special/committees/Vocab"/> </telecom> </contact> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/> </telecom> </contact> <description value="This is an example concept map that illustrates usage of the metadata resource elements introduced in R5"/> <approvalDate value="2021-07-21"/> <lastReviewDate value="2022-07-21"/> <effectivePeriod> <start value="2022-08-01"/> <end value="2023-07-31"/> </effectivePeriod> <topic> <coding> <system value="http://terminology.hl7.org/CodeSystem/definition-topic"/> <code value="treatment"/> <display value="Treatment"/> </coding> </topic> <author> <name value="ACME ConceptMap Development"/> <telecom> <system value="url"/> <value value="http://acme.org/development"/> </telecom> </author> <editor> <name value="ACME ConceptMap Management"/> <telecom> <system value="url"/> <value value="http://acme.org/management"/> </telecom> </editor> <reviewer> <name value="Society for Creative ConceptMap Review"/> <telecom> <system value="url"/> <value value="http://example.org/sccr"/> </telecom> </reviewer> <endorser> <name value="National Foundation for ConceptMap Quality"/> <telecom> <system value="url"/> <value value="http://example.org/nfcq"/> </telecom> </endorser> <relatedArtifact> <type value="derived-from"/> <resource value="http://hl7.org/fhir/ConceptMap/example"/> </relatedArtifact> <relatedArtifact> <type value="predecessor"/> <resource value="http://hl7.org/fhir/ConceptMap/example-metadata|20210701"/> </relatedArtifact> <sourceScopeUri value="http://hl7.org/fhir/ValueSet/address-use"/> <targetScopeUri value="http://terminology.hl7.org/ValueSet/v3-AddressUse"/> <group> <source value="http://hl7.org/fhir/address-use"/> <target value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/> <element> <code value="home"/> <display value="Home"/> <target> <code value="H"/> <display value="home address"/> <relationship value="equivalent"/> </target> </element> <element> <code value="work"/> <display value="Work"/> <target> <code value="WP"/> <display value="work place"/> <relationship value="equivalent"/> </target> </element> <element> <code value="temp"/> <display value="Temporary"/> <target> <code value="TMP"/> <display value="temporary address"/> <relationship value="equivalent"/> </target> </element> <element> <code value="old"/> <display value="Old / Incorrect"/> <target> <code value="BAD"/> <display value="bad address"/> <relationship value="not-related-to"/> <comment value="In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"/> </target> </element> <unmapped> <mode value="fixed"/> <code value="temp"/> <display value="temp"/> <relationship value="related-to"/> </unmapped> </group> </ ConceptMap >
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot1
generated
on
Sun,
Mar
26,
Mon,
Dec
18,
2023
15:24+1100.
15:16+1100.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change