FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idppr-ContactPointSystemOrganization.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}