FHIR IG analytics| Package | accdr.fhir.ig.pkg |
| Resource Type | ValueSet |
| Id | vs-acCDRaddessType.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "acCDR-AddressType",
"url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-address-type",
"version": "1.0.0",
"name": "AddressType",
"title": "Address Type",
"status": "retired",
"publisher": "Ontario Health",
"description": "Codes supported by eHealth Ontario indicating the type of address (physical/postal). This is strict sub-set of the core FHIR value set.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/address-type",
"concept": [
{
"code": "postal",
"display": "Postal"
},
{
"code": "physical",
"display": "Physical"
}
]
}
]
}
}