{
  "resourceType": "ValueSet",
  "id": "pcr-PatientIdentifierType",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Patient Identifier Type</h2><div><p>Codes supported by eHealth Ontario differentiating types of patient identifier types</p></div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/dstu2/v2/0203/index.html\"><code>http://hl7.org/fhir/v2/0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/dstu2/v2/0203/index.html#v2-0203-JHN\">JHN</a></td><td>Jurisdictional health number (Canada)</td><td /></tr><tr><td><a href=\"http://hl7.org/fhir/dstu2/v2/0203/index.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td /></tr><tr><td><a href=\"http://hl7.org/fhir/dstu2/v2/0203/index.html#v2-0203-ALT\">PI</a></td><td>Alternate Identifier</td><td /></tr></table></li></ul></div>"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type",
  "version": "2.0.0",
  "name": "PatientIdentifierType",
  "status": "active",
  "date": "2018-04-11T15:17:39+00:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating types of patient identifier types",
  "immutable": false,
  "extensible": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v2/0203",
        "concept": [
          {
            "code": "JHN",
            "display": "Jurisdictional Health Number (Canada)"
          },
          {
            "code": "MR",
            "display": "Medical Record Number"
          },
          {
            "code": "PI",
            "display": "Patient Internal Identifier, or alternate identifier such as CHRIS community care client Globally Unique ID (GUID)"
          },
          {
            "code": "RRI",
            "display": "Regional Registry Identifier, such as Enterprise Client ID (ECID)"
          }
        ]
      }
    ]
  }
}