Amakomaya Nepal FHIR Implementation Guide
2.0.0 - ci-build Nepal

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7 Administrative Gender to SNOMED CT - JSON Representation

Draft as of 2026-08-21

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "AdministrativeGenderCM",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap AdministrativeGenderCM</b></p><a name=\"AdministrativeGenderCM\"> </a><a name=\"hcAdministrativeGenderCM\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <a href=\"http://hl7.org/fhir/6.0.0-ballot5/codesystem-administrative-gender.html\">AdministrativeGender</a> to <code>http://snomed.info/sct</code> (SNOMED\u00a0CT International Edition)</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/6.0.0-ballot5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>248153007 (Male)</td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/6.0.0-ballot5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>248152002 (Female)</td></tr></table></div>"
  },
  "url" : "https://fhir.amakomaya.com/ConceptMap/AdministrativeGenderCM",
  "version" : "2.0.0",
  "title" : "HL7 Administrative Gender to SNOMED CT",
  "status" : "draft",
  "date" : "2026-08-21T17:27:40+05:45",
  "publisher" : "Amakomaya Nepal",
  "contact" : [
    {
      "name" : "Amakomaya Nepal",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "info@amakomaya.com"
        }
      ]
    },
    {
      "name" : "RC Poudel",
      "telecom" : [
        {
          "system" : "email",
          "value" : "rcpoudel@amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "rmchndrapdl@gmail.com"
        },
        {
          "system" : "phone",
          "value" : "+977-9851341921"
        }
      ]
    }
  ],
  "description" : "Maps HL7 Administrative Gender codes to SNOMED CT concepts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NP"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/administrative-gender",
      "target" : "http://snomed.info/sct",
      "element" : [
        {
          "code" : "male",
          "target" : [
            {
              "code" : "248153007",
              "display" : "Male",
              "relationship" : "equivalent"
            }
          ]
        },
        {
          "code" : "female",
          "target" : [
            {
              "code" : "248152002",
              "display" : "Female",
              "relationship" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}