FHIR IG Statistics: ValueSet/PatientIdentifierType
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "PatientIdentifierType",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-patient-identifier-type",
"version": "1.0.0",
"name": "PatientIdentifierType",
"status": "active",
"publisher": "Ontario Health",
"description": "Patient Identifier Type",
"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": "ANON",
"display": "Anonymous identifier"
}
]
}
]
}
}