FHIR IG Statistics: CodeSystem/PDS-AddressType-1
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
No narrative content found in resource
Source
{
"resourceType": "CodeSystem",
"id": "PDS-AddressType-1",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/PDS-AddressType-1",
"version": "1.0.0",
"name": "PDS Address Type",
"status": "draft",
"date": "2018-11-28T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "A CodeSystem to identify the type of address recorded for the patient, in use by the Personal Demographics Service.",
"copyright": "Copyright © 2018 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "H",
"display": "Usual (home) address"
},
{
"code": "TMP",
"display": "Temporary address"
},
{
"code": "PST",
"display": "Correspondence address"
}
]
}