Vital Records Death Reporting (VRDR) FHIR Implementation Guide
2.1.0 - STU 2 United States of America flag

This page is part of the Vital Records Death Reporting FHIR Implementation Guide (v2.1.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MaritalStatusCM - XML Representation

Draft as of 2023-03-24

Raw xml | Download



<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="MaritalStatusCM"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>MaritalStatus (http://hl7.org/fhir/us/vrdr/ConceptMap/MaritalStatusCM)</h2><p>Mapping from (not specified) to <a href="ValueSet-vrdr-marital-status-vs.html">Marital Status Value Set</a></p><p>DRAFT. Published on 2023-03-24 02:47:42+1100 by HL7 Public Health Working Group (HL7 Public Health Working Group: <a href="http://www.hl7.org/Special/committees/pher">http://www.hl7.org/Special/com...</a>, <a href="mailto:pher@lists.HL7.org">pher@lists.HL7.org</a>). </p><div><p>A mapping between NCHS IJE and FHIR MaritalStatus Value Sets</p>
</div><br/><p><b>Group 1</b>Mapping from <code>IJE</code> to <a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html">MaritalStatus</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>D (Divorced)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>D (Divorced)</td></tr><tr><td>A (Married but Separated)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>L (Legally Separated)</td></tr><tr><td>M (Married)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>M (Married)</td></tr><tr><td>S (Never Married)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>S (Never Married)</td></tr><tr><td>W (Widowed)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>W (Widowed)</td></tr></table><hr/><p><b>Group 2</b>Mapping from <code>IJE</code> to <a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-NullFlavor.html">NullFlavor</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>U (Not Classifiable)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>UNK (unknown)</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/vrdr/ConceptMap/MaritalStatusCM"/>
  <version value="2.1.0"/>
  <name value="MaritalStatus"/>
  <title value="MaritalStatus Concept Map"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-03-24T02:47:42+11:00"/>
  <publisher value="HL7 Public Health Working Group"/>
  <contact>
    <name value="HL7 Public Health Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pher"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="pher@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="A mapping between NCHS IJE and FHIR MaritalStatus Value Sets"/>
  <useContext>
    <code>
      <system
              value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="focus"/>
    </code>
    <valueCodeableConcept>
      <text value="for IJE to FHIR alignment"/>
    </valueCodeableConcept>
  </useContext>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <purpose value="To help implementers map from IJE to FHIR Vocabulary"/>
  <targetCanonical
                   value="http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-marital-status-vs"/>
  <group>
    <source value="IJE"/>
    <target value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
    <element>
      <code value="D"/>
      <display value="Divorced"/>
      <target>
        <code value="D"/>
        <display value="Divorced"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="A"/>
      <display value="Married but Separated"/>
      <target>
        <code value="L"/>
        <display value="Legally Separated"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="M"/>
      <display value="Married"/>
      <target>
        <code value="M"/>
        <display value="Married"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="S"/>
      <display value="Never Married"/>
      <target>
        <code value="S"/>
        <display value="Never Married"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="W"/>
      <display value="Widowed"/>
      <target>
        <code value="W"/>
        <display value="Widowed"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
  <group>
    <source value="IJE"/>
    <target value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
    <element>
      <code value="U"/>
      <display value="Not Classifiable"/>
      <target>
        <code value="UNK"/>
        <display value="unknown"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>