FHIR IG analytics| Package | ca.on.phsd.r4-alpha |
| Resource Type | ValueSet |
| Id | address-type.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "AddressType-ppr",
"url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
"version": "1.0.0",
"name": "AddressType",
"title": "Address Type",
"status": "draft",
"publisher": "Ontario Health",
"description": "Codes supported by Ontario Health differentiating mailing from physical addresses",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/address-type",
"concept": [
{
"code": "postal",
"display": "Postal"
},
{
"code": "physical",
"display": "Physical"
}
]
}
]
}
}