| Package | fhir.ca-bc.client |
| Resource Type | ValueSet |
| Id | bc-name-use-value-set |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-name-use-value-set |
| URL | https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-name-use-value-set |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-02-07T23:01:35+00:00 |
| Name | NameUseVS |
| Title | BC Name Use value set. |
| Realm | us |
| Authority | hl7 |
| Description | BC Name Use value set, sliced to meet BC constraints. |
| StructureDefinition | |
| bc-merge-patient | PatientMerge |
| bc-patient-by-example | PatientByExample |
| bc-patient | ClientRegistryPatient |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet bc-name-use-value-set
This value set includes codes based on the following rules:
This value set excludes codes based on the following rules:
http://hl7.org/fhir/name-use| Code | Display | Definition |
| temp | Temp | A temporary name. Name.period can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations. |
| anonymous | Anonymous | Anonymous assigned name, alias, or pseudonym (used to protect a person's identity for privacy reasons). |
| old | Old | This name is no longer in use (or was never correct, but retained for records). |
| maiden | Name changed for Marriage | A name used prior to changing name because of marriage. This name use is for use by applications that collect and store names that were used prior to a marriage. Marriage naming customs vary greatly around the world, and are constantly changing. This term is not gender specific. The use of this term does not imply any particular history for a person's name. |
{
"resourceType": "ValueSet",
"id": "bc-name-use-value-set",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-name-use-value-set",
"version": "1.0.0",
"name": "NameUseVS",
"title": "BC Name Use value set.",
"status": "active",
"experimental": false,
"date": "2025-02-07T23:01:35+00:00",
"publisher": "BC Ministry of Health",
"contact": [
{
"name": "BC Ministry of Health",
"telecom": [
{
"system": "url",
"value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
}
]
}
],
"description": "BC Name Use value set, sliced to meet BC constraints.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA",
"display": "Canada"
}
]
}
],
"compose": {
"include": [
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/name-use"
]
}
],
"exclude": [
{
"system": "http://hl7.org/fhir/name-use",
"concept": [
{
"code": "temp"
},
{
"code": "anonymous"
},
{
"code": "old"
},
{
"code": "maiden"
}
]
}
]
}
}