FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ContactPointSystemOrganization-provider

Packageca.on.ppr.r4
Resource TypeValueSet
IdContactPointSystemOrganization-provider
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ppr.r4@1.2.0&canonical=http://ehealthontario.ca/fhir/ValueSet/ppr-contact-point-system-organization
URLhttp://ehealthontario.ca/fhir/ValueSet/ppr-contact-point-system-organization
Version1.0.0
Statusdraft
NameContactOrganizations
Authorityhl7
DescriptionCodes supported by Ontario Health differentiating types of contact point systems for organizations

Resources that use this resource

StructureDefinition
ca-on-ppr-location-matchreq-profile-LocationPPR Location EMPI Match Request
ca-on-ppr-location-response-profile-LocationPPR Location Response Profile
ca-on-phsd-location-response-profile-LocationLocation Response Profile
ca-on-phsd-location-submission-profile-LocationPHSD Location Submission

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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