FHIR IG analytics| Package | pcr.r4.1-1-0-pkg |
| Resource Type | ValueSet |
| Id | pcr-AddressType.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Codes supported by eHealth Ontario differentiating mailing from physical addresses
This value set includes codes from the following code systems:
http://hl7.org/fhir/address-type| Code | Display |
| postal | Postal | d>
| physical | Physical |
{
"resourceType": "ValueSet",
"id": "AddressType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
"version": "2.0.0",
"name": "AddressType",
"status": "active",
"date": "2018-04-11T11:17:39-04:00",
"publisher": "eHealth Ontario",
"description": "Codes supported by eHealth Ontario 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"
}
]
}
]
}
}