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

FHIR IG Statistics: ValueSet/pcr-ContactPointUse

PackagePCR.R4.1-1-0-pkg
TypeValueSet
Idpcr-ContactPointUse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-use
URLhttp://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-use
Version2.0.0
Statusactive
Date2018-04-11T11:17:39-04:00
NameContactPointUse
Realmca
DescriptionCodes supported by eHealth Ontario differentiating uses of contact points

Resources that use this resource

StructureDefinition
ca-on-pcr-matchreq-profile-PatientPCR Patient Match Request Profile

Resources that this resource uses

No resources found


Narrative

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

Contact Point Use

Codes supported by eHealth Ontario differentiating uses of contact points

This value set includes codes from the following code systems:

  • Include these codes as defined in http://hl7.org/fhir/contact-point-use
    CodeDisplayDefinition
    homeHomeA communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
    mobileMobileA telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business.
    workWorkAn office contact point. First choice for business related contacts during business hours.

Source

{
  "resourceType": "ValueSet",
  "id": "pcr-ContactPointUse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-use",
  "version": "2.0.0",
  "name": "ContactPointUse",
  "status": "active",
  "date": "2018-04-11T11:17:39-04:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating uses of contact points",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/contact-point-use",
        "concept": [
          {
            "code": "home",
            "display": "Home"
          },
          {
            "code": "mobile",
            "display": "Mobile"
          },
          {
            "code": "work",
            "display": "Work"
          },
          {
            "code": "temp",
            "display": "Temp"
          }
        ]
      }
    ]
  }
}