MediRecords FHIR Implementation Guide
1.3.0 - release


: Patient Gender FHIR To MediRecords ConceptMap - JSON Representation

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "gender-fhir-mr",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-administrative-gender.html\">AdministrativeGender</a> to https://fhir.medirecords.com/ValueSet/mr-gender</p><p>DRAFT (not intended for production usage). Published on 2021-06-02 by MediRecords.com (MediRecords project team: <a href=\"https://fhir.medirecords.com/\">https://fhir.medirecords.com/</a>). </p><div><p>Mapping of all FHIR Gender codes to MediRecords Gender codes</p>\n</div><br/><p><b>Group 1</b>Mapping from <code>http://hl7.org/fhir/administrative-gender|1</code> to <code>https://fhir.medirecords.com/CodeSystem/mr-gender|1</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/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>M (Male)</td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>F (Female)</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>O (Other)</td></tr><tr><td>unknown</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>U (Unknown)</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/ConceptMap/gender-fhir-mr",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"
  },
  "version" : "1.3.0",
  "name" : "PatientGenderFHIRToMR",
  "title" : "Patient Gender FHIR To MediRecords ConceptMap",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-06-02",
  "publisher" : "MediRecords.com",
  "contact" : [
    {
      "name" : "MediRecords project team",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir.medirecords.com/"
        }
      ]
    }
  ],
  "description" : "Mapping of all FHIR Gender codes to MediRecords Gender codes",
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/administrative-gender",
  "targetCanonical" : "https://fhir.medirecords.com/ValueSet/mr-gender",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/administrative-gender",
      "sourceVersion" : "1",
      "target" : "https://fhir.medirecords.com/CodeSystem/mr-gender",
      "targetVersion" : "1",
      "element" : [
        {
          "code" : "male",
          "display" : "Male",
          "target" : [
            {
              "code" : "M",
              "display" : "Male",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "female",
          "display" : "Female",
          "target" : [
            {
              "code" : "F",
              "display" : "Female",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "other",
          "display" : "Other",
          "target" : [
            {
              "code" : "O",
              "display" : "Other",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "unknown",
          "display" : "Unknown",
          "target" : [
            {
              "code" : "U",
              "display" : "Unknown",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}