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

FHIR IG Statistics: CodeSystem/hl7.org-fhir-address-use

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idhl7.org-fhir-address-use
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-hl7.org-fhir-address-use.html
URLhttp://hl7.org/fhir/address-use
Version3.5.1
Statusactive
Date2021-10-27T13:27:27+00:00
NameAddressUse
TitleAddress Use
Realmdk
DescriptionThe use of an address
Contentsupplement
Supplementshttp://hl7.org/fhir/address-use

Resources that use this resource

CodeSystem
address-use-csaddress registration translations
address-useAddress Use
address-use-dk-supplementDK Address Use
ConceptMap
exampleExample Concept Map
CF-AddressUseC-CDA to FHIR Address Use
FC-AddressUseFHIR to C-CDA Address Use
table-hl70190-to-address-useTable HL70190 to Address Use Map
101FHIR v3 Address Use Mapping
cm-CDR-address-usev2 map for DHDR Address Use
EMS-AddressUse-1Concept Map - EMS Address Use
AdresSoortCodelijst-to-AddressUseAdresSoortCodelijst to AddressUse
3401-mappingMapping 3401 to Address use
cm-accdr-address-usev2 map for CDR AddressUse
ValueSet
address-use-vsTypes of address registration
pcr-address-useAddressUse
ppr-address-useAddressUse
ca-on-lab-address-useAddressUse
EMS-AddressUse-1AddressUse
address-useAddressUse
acCDR-address-useAddress Use
hpi-location-address-use-codeAddress Use for Location
nhiaddressUseNHI Address Use Codes

Resources that this resource uses

CodeSystem
address-useAddress Use

Narrative

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

CodeDisplayDefinition
home HomeA communication address at a home.
work WorkAn office address. First choice for business related contacts during business hours.
temp TemporaryA temporary address. The period can provide more detailed information.
old Old / IncorrectThis address is no longer in use (or was never correct, but retained for records).

Additional Language Displays

CodeDansk (Danish, da)
homeHjem
workArbejde
tempMidlertidig
oldGammel / forkert

Source

{
  "resourceType": "CodeSystem",
  "id": "hl7.org-fhir-address-use",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/address-use",
  "version": "3.5.1",
  "name": "AddressUse",
  "title": "Address Use",
  "status": "active",
  "experimental": false,
  "date": "2021-10-27T13:27:27+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "The use of an address",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/address-use",
  "concept": [
    {
      "code": "home",
      "display": "Home",
      "definition": "A communication address at a home.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Hjem"
        }
      ]
    },
    {
      "code": "work",
      "display": "Work",
      "definition": "An office address. First choice for business related contacts during business hours.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Arbejde"
        }
      ]
    },
    {
      "code": "temp",
      "display": "Temporary",
      "definition": "A temporary address. The period can provide more detailed information.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Midlertidig"
        }
      ]
    },
    {
      "code": "old",
      "display": "Old / Incorrect",
      "definition": "This address is no longer in use (or was never correct, but retained for records).",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Gammel / forkert"
        }
      ]
    }
  ]
}