FHIR IG analytics| Package | ca.on.mha.pds |
| Resource Type | ValueSet |
| Id | Valueset.ca-on-mha-ClientIdentifierTypeCode.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
{
"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"
}
]
}
]
}
}