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

FHIR IG Statistics: ValueSet/Valueset.ca-on-mha-ClientIdentifierTypeCode

Packageca.on.oh.mha-pds
TypeValueSet
IdValueset.ca-on-mha-ClientIdentifierTypeCode
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code
URLhttp://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code
Version1.0.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameClientIdentifierTypeCode
TitleClient Identifier Type Code
Realmca
Authorityhl7
DescriptionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Resources that use this resource

StructureDefinition
ca-on-mha-profile-patientMHA Patient Profile
ca-on-mha-profile-PatientMHA Patient Profile

Resources that this resource uses

CodeSystem
v2-0203identifierType
v2-0203v2 Identifier Type

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.


Source

{
  "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"
          }
        ]
      }
    ]
  }
}