FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/cm-accdr-name-use

Packageaccdr.fhir.ig.pkg
Resource TypeConceptMap
Idcm-accdr-name-use
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.27&canonical=http://ontariohealth.ca/fhir/ConceptMap/cm-accdr-name-use
URLhttp://ontariohealth.ca/fhir/ConceptMap/cm-accdr-name-use
Version1.0.0
Statusactive
Date2023-03-28T12:47:40+10:00
Namev2toFHIRmapforacCDRNameUse
Titlev2 map for acCDR Name Use

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0200nameType2
ValueSet
v2-0200hl7VS-nameType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "cm-accdr-name-use",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-accdr-name-use",
  "version": "1.0.0",
  "name": "v2toFHIRmapforacCDRNameUse",
  "title": "v2 map for acCDR Name Use",
  "status": "active",
  "experimental": false,
  "date": "2023-03-28T12:47:40+10:00",
  "publisher": "Ontario Health",
  "sourceCanonical": "http://terminology.hl7.org/ValueSet/v2-0200",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/name-use",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0200",
      "target": "http://hl7.org/fhir/name-use",
      "element": [
        {
          "code": "L",
          "display": "Legal Name",
          "target": [
            {
              "code": "official",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "A",
          "display": "Alias Name",
          "target": [
            {
              "code": "usual",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "B",
          "display": "Name at Birth",
          "target": [
            {
              "code": "old",
              "equivalence": "subsumes"
            }
          ]
        },
        {
          "code": "M",
          "display": "Maiden Name",
          "target": [
            {
              "code": "maiden",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "U",
          "display": "Unspecified",
          "target": [
            {
              "equivalence": "unmatched"
            }
          ]
        }
      ]
    }
  ]
}