FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "olis-ContactPointSystem",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-contact-point-system",
"version": "1.0.0",
"name": "ContactPointSystem",
"status": "active",
"publisher": "Ontario Health",
"description": "Codes supported by eHealth Ontario differentiating types of contact point systems. This is strict sub-set of the core FHIR value set.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/contact-point-system",
"concept": [
{
"code": "email",
"display": "Email"
},
{
"code": "phone",
"display": "Phone"
},
{
"code": "fax",
"display": "Fax"
},
{
"code": "pager",
"display": "Pager"
}
]
}
]
}
}