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

FHIR IG Statistics: CodeSystem/IdentifierGroupTypeCS

Packageca.ab.fhir.psab
TypeCodeSystem
IdIdentifierGroupTypeCS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.ab.fhir.psab@1.1.0&canonical=http://fhir.alberta.ca/fhir/psab/CodeSystem/IdentifierGroupTypeCS
URLhttp://fhir.alberta.ca/fhir/psab/CodeSystem/IdentifierGroupTypeCS
Version0.1.5
Statusdraft
Date2023-05-24T13:23:07-07:00
NameIdentifierGroupTypeCS
TitleType group code set
Realmca
DescriptionType group code set of the sliced identifier for Alberta Patient Summary. This resource is an informative value set
CopyrightCopyright©2021,2022 Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements]\(https://ic.infoway-inforoute.ca/en/about/tou\). [Privacy Policy]\(https://www.infoway-inforoute.ca/en/legal/privacy-policy\). This artefact includes content from SNOMED Clinical Terms® \(SNOMED CT®\) which is copyrighted material of the International Health Terminology Standards Development Organisation \(IHTSDO\). Where an implementation of this artefact makes use of SNOMED CT content\, the implementer must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or [info@snomed.org]\(mailto:info@snomed.org\)
Contentexample

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://fhir.alberta.ca/fhir/psab/CodeSystem/IdentifierGroupTypeCS provides some example codes:

CodeDisplayDefinition
SUBIDSubject identifierSubject identifier
NHPINational Health Provider identifierNational Health Provider identifier
ORGIDOrganization and facility identifierOrganization and facility identifier
TSIDTimeStamp identifierTimeStamp identifier

Source

{
  "resourceType": "CodeSystem",
  "id": "IdentifierGroupTypeCS",
  "meta": {
    "profile": [
      "https://www.hl7.org/fhir/R4/codesystem.html"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.alberta.ca/fhir/psab/CodeSystem/IdentifierGroupTypeCS",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "http://fhir.alberta.ca/fhir/psab/CodeSystem/IdentifierGroupTypeCS"
    }
  ],
  "version": "0.1.5",
  "name": "IdentifierGroupTypeCS",
  "title": "Type group code set",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-24T13:23:07-07:00",
  "publisher": "Alberta Health",
  "contact": [
    {
      "name": "Alberta Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://alberta.ca/hisca"
        },
        {
          "system": "email",
          "value": "hisca@gov.ab.ca"
        }
      ]
    }
  ],
  "description": "Type group code set of the sliced  identifier for Alberta Patient Summary. This resource is an informative value set",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "copyright": "Copyright©2021,2022 Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements]\\(https://ic.infoway-inforoute.ca/en/about/tou\\). [Privacy Policy]\\(https://www.infoway-inforoute.ca/en/legal/privacy-policy\\).\n\nThis artefact includes content from SNOMED Clinical Terms® \\(SNOMED CT®\\) which is copyrighted material of the International Health Terminology Standards Development Organisation \\(IHTSDO\\). Where an implementation of this artefact makes use of SNOMED CT content\\, the implementer must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or [info@snomed.org]\\(mailto:info@snomed.org\\)",
  "caseSensitive": true,
  "content": "example",
  "concept": [
    {
      "code": "SUBID",
      "display": "Subject identifier",
      "definition": "Subject identifier",
      "designation": [
        {
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "For grouping the subject identifier"
        }
      ]
    },
    {
      "code": "NHPI",
      "display": "National Health Provider identifier",
      "definition": "National Health Provider identifier",
      "designation": [
        {
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "For grouping the provider identifier"
        }
      ]
    },
    {
      "code": "ORGID",
      "display": "Organization and facility identifier",
      "definition": "Organization and facility identifier",
      "designation": [
        {
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "For grouping the timestamp identifier"
        }
      ]
    },
    {
      "code": "TSID",
      "display": "TimeStamp identifier",
      "definition": "TimeStamp identifier"
    }
  ]
}