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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idvs-PHSDContactPointPurpose.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@1.1.0-draft&canonical=http://ontariohealth.ca/fhir/ValueSet/phsd-contact-point-purpose
URLhttp://ontariohealth.ca/fhir/ValueSet/phsd-contact-point-purpose
Version1.0.0
Statusactive
NamePHSDContactPointPurpose
Descriptionpurpose of contact point such as phone number, email, fax, etc

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
phsd-contact-point-purposePHSD Contact Point Purpose

Narrative

Note: links and images are rebased to the (stated) source

Value Set Contents

This value set contains 5 concepts

All codes from system http://ehealthontario.ca/fhir/CodeSystem/phsd-contact-point-purpose

CodeDisplay
GReported-Govern Body
MMailing Address
PPrimary Address
SSecondary Address

Source1

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