FHIR IG Statistics: ValueSet/pcr-AddressUse
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Address Use
Codes supported by eHealth Ontario indicating how the patient address is used
This value set includes codes from the following code systems:
- Include these codes as defined in
http://hl7.org/fhir/address-use
Code | Display |
home | Home | A communication address at a home. |
work | Work | An office address. First choice for business related contacts during business hours. |
temp | Temporary | A temporary address. The period can provide more detailed information. |
Source
{
"resourceType": "ValueSet",
"id": "pcr-AddressUse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealthontario.ca/fhir/ValueSet/pcr-address-use",
"version": "2.0.0",
"name": "AddressUse",
"status": "active",
"date": "2018-04-11T11:17:39-04:00",
"publisher": "eHealth Ontario",
"description": "Codes supported by eHealth Ontario indicating how the patient address is used for EMPI Match Request",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/address-use",
"concept": [
{
"code": "home",
"display": "Home"
},
{
"code": "temp",
"display": "Temporary"
}
]
}
]
}
}