MediRecords FHIR Implementation Guide
1.3.0 - release


: Patient Gender FHIR To MediRecords ConceptMap - XML Representation

Raw xml | Download



<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="gender-fhir-mr"/>
  <text>
    <status value="extensions"/>
    <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>
</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>
  </text>
  <url value="https://fhir.medirecords.com/ConceptMap/gender-fhir-mr"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"/>
  </identifier>
  <version value="1.3.0"/>
  <name value="PatientGenderFHIRToMR"/>
  <title value="Patient Gender FHIR To MediRecords ConceptMap"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2021-06-02"/>
  <publisher value="MediRecords.com"/>
  <contact>
    <name value="MediRecords project team"/>
    <telecom>
      <system value="url"/>
      <value value="https://fhir.medirecords.com/"/>
    </telecom>
  </contact>
  <description
               value="Mapping of all FHIR Gender codes to MediRecords Gender codes"/>
  <sourceCanonical
                   value="http://hl7.org/fhir/ValueSet/administrative-gender"/>
  <targetCanonical value="https://fhir.medirecords.com/ValueSet/mr-gender"/>
  <group>
    <source value="http://hl7.org/fhir/administrative-gender"/>
    <sourceVersion value="1"/>
    <target value="https://fhir.medirecords.com/CodeSystem/mr-gender"/>
    <targetVersion value="1"/>
    <element>
      <code value="male"/>
      <display value="Male"/>
      <target>
        <code value="M"/>
        <display value="Male"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="female"/>
      <display value="Female"/>
      <target>
        <code value="F"/>
        <display value="Female"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="other"/>
      <display value="Other"/>
      <target>
        <code value="O"/>
        <display value="Other"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="unknown"/>
      <display value="Unknown"/>
      <target>
        <code value="U"/>
        <display value="Unknown"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>