Social Care Interoperability Platform FHIR Implementation Guide
Version: 0.1.0, Status: draft

Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Maps MODS Gender Identity to FHIR Administrative Gender and vice-versa - JSON Representation

Draft as of 2012-06-13

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "MODS-FHIRGenderIdentity-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap MODS-FHIRGenderIdentity-1</b></p><a name=\"MODS-FHIRGenderIdentity-1\"> </a><a name=\"hcMODS-FHIRGenderIdentity-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-gender-identity</code> to <code>http://hl7.org/fhir/R4/codesystem-administrative-gender</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>1 (Male (including trans man))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>male</td></tr><tr><td>2 (Female (including trans woman))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>female</td></tr><tr><td>3 (Non-binary)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#inexact\" title=\"inexact\">maps loosely to</a></td><td>other</td></tr><tr><td>4 (Other (not listed))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>other</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>unknown</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <code>http://hl7.org/fhir/R4/codesystem-administrative-gender</code> to <code>https://data.digitisingsocialcare.co.uk/mods/v1/person-gender-identity</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 (including trans man))</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 (including trans woman))</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>4 (Other (not listed))</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-FHIRGenderIdentity-1",
  "version" : "0.1.0",
  "name" : "MODS-GenderIdentity-FHIR-Administrative-Gender",
  "title" : "Maps MODS Gender Identity 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 between the MODS gender identity and FHIR administrative 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-gender-identity",
      "target" : "http://hl7.org/fhir/R4/codesystem-administrative-gender",
      "element" : [
        {
          "code" : "1",
          "display" : "Male (including trans man)",
          "target" : [
            {
              "code" : "male",
              "display" : "Male",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2",
          "display" : "Female (including trans woman)",
          "target" : [
            {
              "code" : "female",
              "display" : "Female",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "3",
          "display" : "Non-binary",
          "target" : [
            {
              "code" : "other",
              "display" : "Other",
              "equivalence" : "inexact"
            }
          ]
        },
        {
          "code" : "4",
          "display" : "Other (not listed)",
          "target" : [
            {
              "code" : "other",
              "display" : "Other",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "X",
          "display" : "Not Known",
          "target" : [
            {
              "code" : "unknown",
              "display" : "Unknown",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    },
    {
      "source" : "http://hl7.org/fhir/R4/codesystem-administrative-gender",
      "target" : "https://data.digitisingsocialcare.co.uk/mods/v1/person-gender-identity",
      "element" : [
        {
          "code" : "male",
          "display" : "Male",
          "target" : [
            {
              "code" : "1",
              "display" : "Male (including trans man)",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "female",
          "display" : "Female",
          "target" : [
            {
              "code" : "2",
              "display" : "Female (including trans woman)",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "other",
          "display" : "Other",
          "target" : [
            {
              "code" : "4",
              "display" : "Other (not listed)",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "unknown",
          "display" : "Unknown",
          "target" : [
            {
              "code" : "X",
              "display" : "Not Known",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    }
  ]
}