FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.fml
Resource TypeCodeSystem
IdCodeSystem-map-input-mode.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/mapping-language-ig/CodeSystem-map-input-mode.html
URLhttp://hl7.org/fhir/map-input-mode
Version0.1.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameStructureMapInputMode
TitleStructure Map Input Mode
Realmuv
Authorityhl7
DescriptionMode for this instance of data.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.fml#currentmap-input-modeStructure Map Input Mode

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem map-input-mode

This case-sensitive code system http://hl7.org/fhir/map-input-mode defines the following codes:

CodeDisplayDefinition
source Source InstanceNames an input instance used a source for mapping.
target Target InstanceNames an instance that is being populated.

Source1

{
  "resourceType": "CodeSystem",
  "id": "map-input-mode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
    }
  ],
  "url": "http://hl7.org/fhir/map-input-mode",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.678"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.664"
    }
  ],
  "version": "0.1.0",
  "name": "StructureMapInputMode",
  "title": "Structure Map Input Mode",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Mode for this instance of data.",
  "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-input-mode",
  "content": "complete",
  "concept": [
    {
      "code": "source",
      "display": "Source Instance",
      "definition": "Names an input instance used a source for mapping."
    },
    {
      "code": "target",
      "display": "Target Instance",
      "definition": "Names an instance that is being populated."
    }
  ]
}