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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-hl7.org-fhir-address-use.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-hl7.org-fhir-address-use.html
URLhttp://hl7.org/fhir/address-use
Version8.0.0
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-useAddress Use
address-use-csAddress registration translations
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
publishable-examplePublishable Concept Map Example
shareable-exampleShareable Concept Map Example
101FHIR v3 Address Use Mapping
cm-CDR-address-usev2 map for DHDR Address Use
AdresSoortCodelijst-to-AddressUseAdresSoortCodelijst to AddressUse
EMS-AddressUse-1Concept Map - EMS Address Use
3401-mappingMapping 3401 to Address use
cm-accdr-address-usev2 map for CDR AddressUse
ValueSet
address-use-vsTypes of address registration
R4-address-use-for-R4BCross-version VS for R4.AddressUse for use in FHIR R4B
ppr-address-useAddressUse
R2-address-use-for-R4BCross-version VS for R2.AddressUse for use in FHIR R4B
R3-address-use-for-R4BCross-version VS for R3.AddressUse for use in FHIR R4B
ca-on-lab-address-useAddressUse
R4-address-use-for-R5Cross-version VS for R4.AddressUse for use in FHIR R5
EMS-AddressUse-1AddressUse
R2-address-use-for-R5Cross-version VS for R2.AddressUse for use in FHIR R5
pcr-address-useAddressUse
address-useAddressUse
acCDR-address-useAddress Use
hpi-location-address-use-codeAddress Use for Location
nhiaddressUseNHI Address Use Codes
R3-address-use-for-R5Cross-version VS for R3.AddressUse for use in FHIR R5

Resources that this resource uses

CodeSystem
address-useAddress Use

Narrative

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

Generated Narrative: CodeSystem hl7.org-fhir-address-use

This code system supplement http://hl7.org/fhir/address-use defines displays on the following codes:

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

Source1

{
  "resourceType": "CodeSystem",
  "id": "hl7.org-fhir-address-use",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://hl7.org/fhir/address-use",
  "version": "8.0.0",
  "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"
        }
      ]
    }
  ]
}