FHIR IG analytics| Package | ca.on.phsd.r4-alpha |
| Resource Type | ValueSet |
| Id | ppr-ContactPointSystemOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "ContactPointSystemOrganization-provider",
"url": "http://ehealthontario.ca/fhir/ValueSet/ppr-contact-point-system-organization",
"version": "1.0.0",
"name": "ContactOrganizations",
"status": "draft",
"publisher": "Ontario Health",
"description": "Codes supported by Ontario Health differentiating types of contact point systems for organizations",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-system",
"concept": [
{
"code": "fax",
"display": "Fax"
},
{
"code": "other",
"display": "Other"
},
{
"code": "phone",
"display": "Phone"
},
{
"code": "email",
"display": "Email"
},
{
"code": "url",
"display": "Url"
}
]
}
]
}
}