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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeConceptMap
Idconceptmap-AdresSoortCodelijst-to-AddressType.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ConceptMap",
  "id": "AdresSoortCodelijst-to-AddressType",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
      "valueBoolean": false
    }
  ],
  "url": "http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressType",
  "version": "2.0.1",
  "name": "AdresSoortCodelijst-to-AddressType",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps AddressType codes as found in HCIM AddressInformation (release 2017) to Address.type codes as found in FHIR STU3",
  "sourceReference": {
    "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20171231000000",
    "display": "AdresSoortCodelijst"
  },
  "targetReference": {
    "reference": "http://hl7.org/fhir/ValueSet/address-type",
    "display": "AddressType"
  },
  "group": [
    {
      "source": "http://hl7.org/fhir/v3/AddressUse",
      "target": "http://hl7.org/fhir/address-type",
      "element": [
        {
          "code": "PST",
          "target": [
            {
              "code": "postal",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "HP",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "HP: Primary home/Officieel adres."
            }
          ]
        },
        {
          "code": "PHYS",
          "target": [
            {
              "code": "physical",
              "equivalence": "equivalent",
              "comment": "PHYS: Visit Address/Woon-/verblijfadres. A physical address that can be visited. Use in conjunction with Address.use = 'home'"
            }
          ]
        },
        {
          "code": "TMP",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "Temporary Address/Tijdelijk adres. Use Address.use = temp"
            }
          ]
        },
        {
          "code": "WP",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "Work Place/Werkadres. Use Address.use = work. A work place could be postal/physical or both. Which it is, is not known from the HCIM AdresSooort WP."
            }
          ]
        },
        {
          "code": "HV",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "HV: Vacation Home/Vakantie adres. A physical address that can be visited."
            }
          ]
        }
      ]
    }
  ]
}