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

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeValueSet
Idpcr-ContactPointSystem.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pcr.r4.1-1-0-pkg@1.2.5&canonical=http://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-system
URLhttp://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-system
Version2.0.0
Statusactive
NameContactPointSystem
DescriptionCodes supported by eHealth Ontario differentiating types of contact point systems used in EMPI Match Request

Resources that use this resource

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

Resources that this resource uses

CodeSystem
contact-point-systemContactPointSystem

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "pcr-ContactPointSystem",
  "url": "http://ehealthontario.ca/fhir/ValueSet/pcr-contact-point-system",
  "version": "2.0.0",
  "name": "ContactPointSystem",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating types of contact point systems used in EMPI Match Request",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/contact-point-system",
        "concept": [
          {
            "code": "email",
            "display": "Email"
          },
          {
            "code": "phone",
            "display": "Phone"
          }
        ]
      }
    ]
  }
}