FHIR IG analytics| Package | ca.on.phsd.r4-alpha |
| Resource Type | ValueSet |
| Id | vs-PHSDContactPointPurpose.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@1.1.0-draft&canonical=http://ontariohealth.ca/fhir/ValueSet/phsd-contact-point-purpose |
| URL | http://ontariohealth.ca/fhir/ValueSet/phsd-contact-point-purpose |
| Version | 1.0.0 |
| Status | active |
| Name | PHSDContactPointPurpose |
| Description | purpose of contact point such as phone number, email, fax, etc |
No resources found
| CodeSystem | |
| phsd-contact-point-purpose | PHSD Contact Point Purpose |
Note: links and images are rebased to the (stated) source
This value set contains 5 concepts
All codes from system http://ehealthontario.ca/fhir/CodeSystem/phsd-contact-point-purpose
| Code | Display |
| G | Reported-Govern Body |
| M | Mailing Address |
| P | Primary Address |
| S | Secondary Address |
{
"resourceType": "ValueSet",
"id": "phsd-contact-point-Purpose",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/ValueSet/phsd-contact-point-purpose",
"version": "1.0.0",
"name": "PHSDContactPointPurpose",
"status": "active",
"publisher": "Ontario Health",
"description": "purpose of contact point such as phone number, email, fax, etc",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/phsd-contact-point-purpose",
"concept": [
{
"code": "toll-free",
"display": "Toll free"
},
{
"code": "after-hours",
"display": "After hours"
},
{
"code": "crisis-phone",
"display": "Crisis phone"
},
{
"code": "tty",
"display": "TTY"
},
{
"code": "office",
"display": "Office"
}
]
}
]
}
}