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

FHIR IG Statistics: ValueSet/bc-name-use-value-set

Packagefhir.ca-bc.client
Resource TypeValueSet
Idbc-name-use-value-set
FHIR VersionR4
Sourcehttps://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
URLhttps://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-name-use-value-set
Version1.0.0
Statusactive
Date2025-02-07T23:01:35+00:00
NameNameUseVS
TitleBC Name Use value set.
Realmus
Authorityhl7
DescriptionBC Name Use value set, sliced to meet BC constraints.

Resources that use this resource

StructureDefinition
bc-merge-patientPatientMerge
bc-patient-by-examplePatientByExample
bc-patientClientRegistryPatient

Resources that this resource uses

No resources found


Narrative

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:

  • Import all the codes that are contained in NameUse

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/name-use
    CodeDisplayDefinition
    tempTempA temporary name. Name.period can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations.
    anonymousAnonymousAnonymous assigned name, alias, or pseudonym (used to protect a person's identity for privacy reasons).
    oldOldThis name is no longer in use (or was never correct, but retained for records).
    maidenName changed for MarriageA 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.

Source

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