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

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeValueSet
IdValueset.ca-on-mha-ClientIdentifierTypeCode.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Client Identifier Type Code

http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.


Source1

{
  "resourceType": "ValueSet",
  "language": "English",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code",
  "version": "1.0.0",
  "name": "ClientIdentifierTypeCode",
  "title": "Client Identifier Type Code",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "description": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version": "2.9.0",
        "concept": [
          {
            "code": "JHN",
            "display": "Jurisdictional health number (Canada)"
          },
          {
            "code": "MR",
            "display": "Medical record number"
          },
          {
            "code": "ANON",
            "display": "Anonymous Identifier"
          }
        ]
      }
    ]
  }
}