{
  "resourceType" : "ConceptMap",
  "id" : "MODS-FHIRBirthSex-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap MODS-FHIRBirthSex-1</b></p><a name=\"MODS-FHIRBirthSex-1\"> </a><a name=\"hcMODS-FHIRBirthSex-1\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <code>https://data.digitisingsocialcare.co.uk/mods/v1/person-sex</code> to <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-AdministrativeGender.html\">AdministrativeGender</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>1 (Male)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>M (Male)</td></tr><tr><td>2 (Female)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>F (Female)</td></tr><tr><td>9 (Indeterminate (unable to be classified as either male or female))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>UN (Undifferentiated)</td></tr><tr><td>X (Not Known)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>UNK (unknown)</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-AdministrativeGender.html\">AdministrativeGender</a> to <code>https://data.digitisingsocialcare.co.uk/mods/v1/person-sex</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>M (Male)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>1 (Male)</td></tr><tr><td>F (Female)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>2 (Female)</td></tr><tr><td>UN (Undifferentiated)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>9 (Indeterminate (unable to be classified as either male or female))</td></tr><tr><td>UNK (unknown)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>X (Not Known)</td></tr></table><hr/><p><b>Group 3 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a> to <code>https://data.digitisingsocialcare.co.uk/mods/v1/person-sex</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>male</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>1 (Male)</td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>2 (Female)</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#inexact\" title=\"inexact\">maps loosely to</a></td><td>9 (Indeterminate (unable to be classified as either male or female))</td></tr><tr><td>unknown</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>X (Not Known)</td></tr></table></div>"
  },
  "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ConceptMap/MODS-FHIRBirthSex-1",
  "version" : "0.1.0",
  "name" : "MODS-BirthSex-FHIR-Administrative-Gender",
  "title" : "Maps MODS Sex to FHIR Administrative Gender and vice-versa",
  "status" : "draft",
  "experimental" : true,
  "date" : "2012-06-13",
  "publisher" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
  "contact" : [{
    "name" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
    "telecom" : [{
      "system" : "url",
      "value" : "https://synanetics.com"
    },
    {
      "system" : "email",
      "value" : "info@synanetics.com"
    }]
  }],
  "description" : "A mapping to/from the MODS sex and FHIR gender code systems",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "GB",
      "display" : "United Kingdom of Great Britain and Northern Ireland"
    }]
  }],
  "group" : [{
    "source" : "https://data.digitisingsocialcare.co.uk/mods/v1/person-sex",
    "target" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
    "element" : [{
      "code" : "1",
      "display" : "Male",
      "target" : [{
        "code" : "M",
        "display" : "Male",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "2",
      "display" : "Female",
      "target" : [{
        "code" : "F",
        "display" : "Female",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "9",
      "display" : "Indeterminate (unable to be classified as either male or female)",
      "target" : [{
        "code" : "UN",
        "display" : "Undifferentiated",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "X",
      "display" : "Not Known",
      "target" : [{
        "code" : "UNK",
        "display" : "unknown",
        "equivalence" : "equal"
      }]
    }]
  },
  {
    "source" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
    "target" : "https://data.digitisingsocialcare.co.uk/mods/v1/person-sex",
    "element" : [{
      "code" : "M",
      "display" : "Male",
      "target" : [{
        "code" : "1",
        "display" : "Male",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "F",
      "display" : "Female",
      "target" : [{
        "code" : "2",
        "display" : "Female",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "UN",
      "display" : "Undifferentiated",
      "target" : [{
        "code" : "9",
        "display" : "Indeterminate (unable to be classified as either male or female)",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "UNK",
      "display" : "unknown",
      "target" : [{
        "code" : "X",
        "display" : "Not Known",
        "equivalence" : "equal"
      }]
    }]
  },
  {
    "source" : "http://hl7.org/fhir/administrative-gender",
    "target" : "https://data.digitisingsocialcare.co.uk/mods/v1/person-sex",
    "element" : [{
      "code" : "male",
      "display" : "Male",
      "target" : [{
        "code" : "1",
        "display" : "Male",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "female",
      "display" : "Female",
      "target" : [{
        "code" : "2",
        "display" : "Female",
        "equivalence" : "equal"
      }]
    },
    {
      "code" : "other",
      "display" : "Other",
      "target" : [{
        "code" : "9",
        "display" : "Indeterminate (unable to be classified as either male or female)",
        "equivalence" : "inexact"
      }]
    },
    {
      "code" : "unknown",
      "display" : "Unknown",
      "target" : [{
        "code" : "X",
        "display" : "Not Known",
        "equivalence" : "equal"
      }]
    }]
  }]
}