INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

PersonNameType-1 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ConceptMap",
  "id" : "CareConnect-PersonNameType-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Concept Map - Care Connect Person Name Type (https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-PersonNameType-1)</h2><p>Mapping from <a href=\"ValueSet-CareConnect-NameUse-1.html\">https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-NameUse-1</a> to <a href=\"ValueSet-CareConnect-PDS-PersonNameType-1.html\">https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-PDS-PersonNameType-1</a></p><p>DRAFT. Published on 2 Nov 2018, 00:00:00 by INTEROpen (). Copyright © 2016 HL7 UK</p><div><p>A Concept Map from ValueSet Name Use to PDS Person Name Type to aid interpretation.</p>\n</div><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>official</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>L (Usual (current) name)</td></tr><tr><td>nickname</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>A (Alias name)</td></tr><tr><td>usual</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>PREFERRED (Preferred name)</td></tr><tr><td>old</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>PREVIOUS (Other previous name)</td></tr><tr><td>old</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>PREVIOUS-BACHELOR (Bachelor name)</td></tr><tr><td>old</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>PREVIOUS-BIRTH (Birth name)</td></tr><tr><td>old</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>PREVIOUS-MAIDEN (Maiden name)</td></tr></table></div>"
  },
  "url" : "https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-PersonNameType-1",
  "version" : "3.0.0",
  "name" : "Concept Map - Care Connect Person Name Type",
  "status" : "draft",
  "date" : "2018-11-02T00:00:00+00:00",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "description" : "A Concept Map from ValueSet Name Use to PDS Person Name Type to aid interpretation.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2016 HL7 UK",
  "sourceUri" : "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-NameUse-1",
  "targetUri" : "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-PDS-PersonNameType-1",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/name-use",
      "target" : "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-PDS-PersonNameType-1",
      "element" : [
        {
          "code" : "official",
          "display" : "Official",
          "target" : [
            {
              "code" : "L",
              "display" : "Usual (current) name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "nickname",
          "display" : "Nickname",
          "target" : [
            {
              "code" : "A",
              "display" : "Alias name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "usual",
          "display" : "Usual",
          "target" : [
            {
              "code" : "PREFERRED",
              "display" : "Preferred name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "Old",
          "target" : [
            {
              "code" : "PREVIOUS",
              "display" : "Other previous name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "Old",
          "target" : [
            {
              "code" : "PREVIOUS-BACHELOR",
              "display" : "Bachelor name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "Old",
          "target" : [
            {
              "code" : "PREVIOUS-BIRTH",
              "display" : "Birth name",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "Old",
          "target" : [
            {
              "code" : "PREVIOUS-MAIDEN",
              "display" : "Maiden name",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}