FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vr-common-library.r4
Resource TypeConceptMap
IdConceptMap-ConceptMapMaritalStatusVitalRecords.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap ConceptMapMaritalStatusVitalRecords

Mapping from ValueSet - Placeholder ValueSet for Interjurisdictional Exchange (IJE) in Vital Records to Value Set - Marital Status Vital Records


Group 1 Mapping from Code System - Placeholder Code System for IJE in Vital Records to MaritalStatus

Source CodeRelationshipTarget Code
D (Divorced)is equivalent toD (Divorced)
A (Married but Separated)is equivalent toL (Legally Separated)
M (Married)is equivalent toM (Married)
S (Never Married)is equivalent toS (Never Married)
W (Widowed)is equivalent toW (Widowed)
U (Not Classifiable)is equivalent toT (Domestic Partner)

Group 2 Mapping from Code System - Placeholder Code System for IJE in Vital Records to NullFlavor

Source CodeRelationshipTarget Code
U (Not Classifiable)is equivalent toUNK (unknown)

Source1

{
  "resourceType": "ConceptMap",
  "id": "ConceptMapMaritalStatusVitalRecords",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/vr-common-library/ConceptMap/ConceptMapMaritalStatusVitalRecords",
  "version": "2.0.0",
  "name": "MaritalStatus",
  "title": "MaritalStatus Concept Map",
  "status": "draft",
  "experimental": false,
  "date": "2024-10-11T18:34:20+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Note: 'Domestic Partnership' may be used by jurisdictions, but is not supported by NCHS and will be mapped to 'U' (Not Classifiable). \nIJE 'U' maps to 'UNK' (unknown) when converted to FHIR.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "text": "for IJE to FHIR alignment"
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "purpose": "To help implementers map from IJE to FHIR Vocabulary",
  "sourceCanonical": "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-ije-vr",
  "targetCanonical": "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-marital-status-vr",
  "group": [
    {
      "source": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr",
      "target": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "element": [
        {
          "code": "D",
          "display": "Divorced",
          "target": [
            {
              "code": "D",
              "display": "Divorced",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "A",
          "display": "Married but Separated",
          "target": [
            {
              "code": "L",
              "display": "Legally Separated",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "M",
          "display": "Married",
          "target": [
            {
              "code": "M",
              "display": "Married",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "S",
          "display": "Never Married",
          "target": [
            {
              "code": "S",
              "display": "Never Married",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "W",
          "display": "Widowed",
          "target": [
            {
              "code": "W",
              "display": "Widowed",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "U",
          "display": "Not Classifiable",
          "target": [
            {
              "code": "T",
              "display": "Domestic Partner",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr",
      "target": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "element": [
        {
          "code": "U",
          "display": "Not Classifiable",
          "target": [
            {
              "code": "UNK",
              "display": "unknown",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}