FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "map-model-mode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <h2>StructureMapModelMode</h2>\n \n \n <div>\n \n \n <p>How the referenced structure is used in this mapping.</p>\n\n \n \n </div>\n \n \n <p>This code system http://hl7.org/fhir/map-model-mode defines the following codes:</p>\n \n \n <table class=\"codes\">\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">\n \n \n <b>Code</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Display</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Definition</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">source\n \n \n <a name=\"map-model-mode-source\"> </a>\n \n \n </td>\n \n \n <td>Source Structure Definition</td>\n \n \n <td>This structure describes an instance passed to the mapping engine that is used a source of data.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">queried\n \n \n <a name=\"map-model-mode-queried\"> </a>\n \n \n </td>\n \n \n <td>Queried Structure Definition</td>\n \n \n <td>This structure describes an instance that the mapping engine may ask for that is used a source of data.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">target\n \n \n <a name=\"map-model-mode-target\"> </a>\n \n \n </td>\n \n \n <td>Target Structure Definition</td>\n \n \n <td>This structure describes an instance passed to the mapping engine that is used a target of data.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">produced\n \n \n <a name=\"map-model-mode-produced\"> </a>\n \n \n </td>\n \n \n <td>Produced Structure Definition</td>\n \n \n <td>This structure describes an instance that the mapping engine may ask to create that is used a target of data.</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "http://hl7.org/fhir/map-model-mode",
"version" : "4.3.0",
"name" : "StructureMapModelMode",
"title" : "StructureMapModelMode",
"status" : "draft",
"experimental" : false,
"date" : "2021-01-17T06:06:13+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "How the referenced structure is used in this mapping.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/map-model-mode|4.0.1",
"content" : "complete",
"concept" : [
{
"code" : "source",
"display" : "Source Structure Definition",
"definition" : "This structure describes an instance passed to the mapping engine that is used a source of data."
},
{
"code" : "queried",
"display" : "Queried Structure Definition",
"definition" : "This structure describes an instance that the mapping engine may ask for that is used a source of data."
},
{
"code" : "target",
"display" : "Target Structure Definition",
"definition" : "This structure describes an instance passed to the mapping engine that is used a target of data."
},
{
"code" : "produced",
"display" : "Produced Structure Definition",
"definition" : "This structure describes an instance that the mapping engine may ask to create that is used a target of data."
}
]
}