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-AddressUse.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-AddressUse",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
      "valueBoolean": false
    }
  ],
  "url": "http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressUse",
  "version": "2.0.1",
  "name": "AdresSoortCodelijst-to-AddressUse",
  "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 (v1.0, 2017) to Address.use 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-use",
    "display": "AddressUse"
  },
  "group": [
    {
      "source": "http://hl7.org/fhir/v3/AddressUse",
      "target": "http://hl7.org/fhir/address-use",
      "element": [
        {
          "code": "PST",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "PST: Postal Address/Postadres. Postal addresses are marked in Address.type = postal"
            }
          ]
        },
        {
          "code": "HP",
          "target": [
            {
              "code": "home",
              "equivalence": "specializes",
              "comment": "HP: Primary Home/Officieel adres. Use in conjunction with Address.extension:official = 'true' to mark as primary"
            }
          ]
        },
        {
          "code": "PHYS",
          "target": [
            {
              "code": "home",
              "equivalence": "equivalent",
              "comment": "PHYS: Visit Address/Woon-/verblijfadres. A communication address at a home. Use in conjunction with Address.type = 'physical'"
            }
          ]
        },
        {
          "code": "TMP",
          "target": [
            {
              "code": "temp",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "WP",
          "target": [
            {
              "code": "work",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "HV",
          "target": [
            {
              "code": "temp",
              "equivalence": "narrower",
              "comment": "HV: Vacation Home/Vakantie adres. Any temporary address."
            }
          ]
        }
      ]
    }
  ]
}