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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idppr-organization-identifier-type-duplicate-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "OrganizationIdentifierType-ppr",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ppr-organization-identifier-type",
  "version": "1.0.0",
  "name": "IdentifierType",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health differentiating types of identifiers",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "RRI",
            "display": "Regional registry ID"
          },
          {
            "code": "LN",
            "display": "License number"
          },
          {
            "code": "FI",
            "display": "Facility ID"
          },
          {
            "code": "PRN",
            "display": "Provider number"
          },
          {
            "code": "LR",
            "display": "Local Registry ID"
          },
          {
            "code": "U",
            "display": "Unspecified identifier"
          },
          {
            "code": "XX",
            "display": "Organization identifier"
          }
        ]
      },
      {
        "system": "http://ehealthontario.ca/fhir/CodeSystem/ppr-organization-identifier-type",
        "concept": [
          {
            "code": "MNI",
            "display": "Master Numbering Index"
          },
          {
            "code": "LHIN",
            "display": "Local Health Integration Network"
          },
          {
            "code": "LLS",
            "display": "Lab Services Licensing System"
          },
          {
            "code": "CNUM",
            "display": "Corporate Number"
          },
          {
            "code": "BNUM",
            "display": "Business Number"
          },
          {
            "code": "AC",
            "display": "Accreditation number"
          }
        ]
      }
    ]
  }
}