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

FHIR IG Statistics: CodeSystem/bc-identifier-status-code-system

Packagefhir.ca-bc.client
Resource TypeCodeSystem
Idbc-identifier-status-code-system
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-identifier-status-code-system
URLhttps://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-identifier-status-code-system
Version1.0.0
Statusactive
Date2025-02-07T23:01:35+00:00
NameIdentifierStatusCS
TitleBC Client registry identifier status code system
Realmus
Authorityhl7
DescriptionBC Client registry identifier status code system.
Contentcomplete

Resources that use this resource

ValueSet
bc-identifier-status-value-setBC Identifier Status Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem bc-identifier-status-code-system

This case-sensitive code system https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-identifier-status-code-system defines the following codes:

CodeDefinition
mergedThe identifier has been merged.
activeThe identifier is active.

Source

{
  "resourceType": "CodeSystem",
  "id": "bc-identifier-status-code-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-identifier-status-code-system",
  "version": "1.0.0",
  "name": "IdentifierStatusCS",
  "title": "BC Client registry identifier status code system",
  "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 Client registry identifier status code system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "merged",
      "display": "merged",
      "definition": "The identifier has been merged."
    },
    {
      "code": "active",
      "display": "active",
      "definition": "The identifier is active."
    }
  ]
}