FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Contact Point Use
Codes supported by eHealth Ontario differentiating uses of contact points
This value set includes codes from the following code systems:
- Include these codes as defined in
http://hl7.org/fhir/contact-point-use| Code | Display | Definition |
| home | Home | A communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available. |
| mobile | Mobile | A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business. |
| work | Work | An office contact point. First choice for business related contacts during business hours. |
Source1
{
"resourceType": "ValueSet",
"id": "pcr-ContactPointUse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-use",
"version": "2.0.0",
"name": "ContactPointUse",
"status": "active",
"date": "2018-04-11T11:17:39-04:00",
"publisher": "eHealth Ontario",
"description": "Codes supported by eHealth Ontario differentiating uses of contact points",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-use",
"concept": [
{
"code": "home",
"display": "Home"
},
{
"code": "mobile",
"display": "Mobile"
},
{
"code": "work",
"display": "Work"
},
{
"code": "temp",
"display": "Temp"
}
]
}
]
}
}