HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
: OrgFac Address Type - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "hpi-address-type-2.0",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://standards.digital.health.nz/ns/hpi-address-type",
"version" : "2.0",
"name" : "Hpi_address_type",
"title" : "OrgFac Address Type",
"status" : "retired",
"experimental" : false,
"date" : "2020-04-20T00:00:00+13:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "A coded type for organisation/facility address.",
"purpose" : "A coded type for organisation/facility address.",
"caseSensitive" : false,
"versionNeeded" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "M",
"display" : "Mailing",
"definition" : "This is the address that is used for mailing information (a postal address may be used in this field)."
},
{
"code" : "B",
"display" : "Business",
"definition" : "The address of the business used for administrative purposes."
},
{
"code" : "S",
"display" : "Service Delivery",
"definition" : "Physical location where health services are provided including practitioners preferred service delivery address."
},
{
"code" : "P",
"display" : "Postal & Physical",
"definition" : "An address that is both physical and postal."
}
]
}