FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ConceptMap/cm-administrative-gender-v2 (JSON)

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

Raw JSON (canonical form + also see JSON Format Specification)

v2.AdministrativeGender

{
  "resourceType" : "ConceptMap",
  "id" : "cm-administrative-gender-v2",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"valueset-administrative-gender.html\">AdministrativeGender</a> to <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v2-0001.html\">hl7VS-administrativeSex</a></p><p>DRAFT. Published on 2024-03-27T11:56:58Z by HL7 (FHIR Project) (<a href=\"http://www.hl7.org/Special/committees/pafm\">http://www.hl7.org/Special/com...</a>). </p><br/><p><b>Group 1</b>Mapping from <a href=\"codesystem-administrative-gender.html\">AdministrativeGender</a> to <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0001.html\">administrativeSex</a></p><table class=\"grid\"><tr><td colspan=\"2\"><b>Source Concept Details</b></td><td><b>Relationship</b></td><td colspan=\"2\"><b>Target Concept Details</b></td><td><b>Comment</b></td><td colspan=\"2\"><b>Properties</b></td></tr><tr><td colspan=\"2\"><b>Codes</b> from <a href=\"codesystem-administrative-gender.html\" title=\"http://hl7.org/fhir/administrative-gender\">AdministrativeGender</a></td><td/><td colspan=\"2\"><b>Codes</b> from <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0001.html\" title=\"http://terminology.hl7.org/CodeSystem/v2-0001\">administrativeSex</a></td><td/></tr><tr><td style=\"border-right-width: 0px\">male</td><td style=\"border-left-width: 0px\">Male</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">M</td><td style=\"border-left-width: 0px\">Male</td><td/></tr><tr><td style=\"border-right-width: 0px\">female</td><td style=\"border-left-width: 0px\">Female</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">F</td><td style=\"border-left-width: 0px\">Female</td><td/></tr><tr><td style=\"border-right-width: 0px; border-bottom-style: none\">other</td><td style=\"border-left-width: 0px; border-bottom-style: none\">Other</td><td><a href=\"codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td style=\"border-right-width: 0px\">A</td><td style=\"border-left-width: 0px\">Ambiguous</td><td>Source concept 'other' is broader than target concept 'Ambiguous' because target concept does not include 'Other'</td></tr><tr><td style=\"border-right-width: 0px; border-top-style: none\"/><td style=\"border-top-style: none; border-left-width: 0px\"/><td><a href=\"codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td style=\"border-right-width: 0px\">O</td><td style=\"border-left-width: 0px\">Other</td><td>Source concept 'other' is broader than target concept 'Other' because target concept does not include 'Ambiguous'</td></tr><tr><td style=\"border-right-width: 0px\">unknown</td><td style=\"border-left-width: 0px\">Unknown</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td style=\"border-right-width: 0px\">U</td><td style=\"border-left-width: 0px\">Unknown</td><td/></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v2",
  "version" : "6.0.0-cibuild",
  "name" : "v2.AdministrativeGender",
  "title" : "v2 map for AdministrativeGender",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-27T11:56:58+00:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/pafm"
    }]
  }],
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/administrative-gender",
  "targetScopeCanonical" : "http://terminology.hl7.org/ValueSet/v2-0001",
  "group" : [{
    "source" : "http://hl7.org/fhir/administrative-gender",
    "target" : "http://terminology.hl7.org/CodeSystem/v2-0001",
    "element" : [{
      "code" : "male",
      "target" : [{
        "code" : "M",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "female",
      "target" : [{
        "code" : "F",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "other",
      "target" : [{
        "code" : "A",
        "relationship" : "source-is-broader-than-target",
        "comment" : "Source concept 'other' is broader than target concept 'Ambiguous' because target concept does not include 'Other'"
      },
      {
        "code" : "O",
        "relationship" : "source-is-broader-than-target",
        "comment" : "Source concept 'other' is broader than target concept 'Other' because target concept does not include 'Ambiguous'"
      }]
    },
    {
      "code" : "unknown",
      "target" : [{
        "code" : "U",
        "relationship" : "equivalent"
      }]
    }]
  }]
}

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.