FHIR IG Statistics: CodeSystem/hl7.org-fhir-address-use
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Code | Display | Definition |
home | Home | A communication address at a home. |
work | Work | An office address. First choice for business related contacts during business hours. |
temp | Temporary | A temporary address. The period can provide more detailed information. |
old | Old / Incorrect | This address is no longer in use (or was never correct, but retained for records). |
Additional Language Displays
Code | Dansk (Danish, da) |
home | Hjem |
work | Arbejde |
temp | Midlertidig |
old | Gammel / 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"
}
]
}
]
}