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

FHIR IG Statistics: ValueSet/pcr-PatientIdentifierType

PackagePCR.R4.1-1-0-pkg
TypeValueSet
Idpcr-PatientIdentifierType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type
URLhttp://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type
Version2.0.0
Statusactive
Date2018-04-11T11:17:39-04:00
NamePatientIdentifierType
Realmca
DescriptionCodes supported by eHealth Ontario differentiating types of patient identifier types

Resources that use this resource

StructureDefinition
pcr-identifier-typesPCR Patient Identifier Type

Resources that this resource uses

CodeSystem
v2-0203identifierType
v2-0203v2 Identifier Type

Narrative

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

Patient Identifier Type

Codes supported by eHealth Ontario differentiating types of patient identifier types

This value set includes codes from the following code systems:


Source

{
  "resourceType": "ValueSet",
  "id": "pcr-PatientIdentifierType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type",
  "version": "2.0.0",
  "name": "PatientIdentifierType",
  "status": "active",
  "date": "2018-04-11T11:17:39-04:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating types of patient identifier types",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/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)"
          }
        ]
      }
    ]
  }
}