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

FHIR IG Statistics: CodeSystem/IdentifierType

Packageagha.fhir.genclipr
TypeCodeSystem
IdIdentifierType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/IdentifierType
URLhttp://aehrc.github.io/genclipr-fhir-ig/CodeSystem/IdentifierType
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NameIdentifierType
TitleIdentifier Type
DescriptionTypes of identifiers used in a genomics clinical picture FHIR repository.
Copyright[Australian Genomics](https://www.australiangenomics.org.au)
Contentcomplete

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://aehrc.github.io/genclipr-fhir-ig/CodeSystem/IdentifierType defines the following codes:

CodeDisplayDefinition
RSI Research study identifierAn identifier given to a research study.

Source

{
  "resourceType": "CodeSystem",
  "id": "IdentifierType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/IdentifierType",
  "version": "0.1.0",
  "name": "IdentifierType",
  "title": "Identifier Type",
  "status": "active",
  "date": "2022-03-21T00:46:36+00:00",
  "publisher": "The Australian e-Health Research Centre",
  "contact": [
    {
      "name": "The Australian e-Health Research Centre",
      "telecom": [
        {
          "system": "url",
          "value": "https://aehrc.com"
        },
        {
          "system": "email",
          "value": "ontoserver-support@csiro.au"
        }
      ]
    }
  ],
  "description": "Types of identifiers used in a genomics clinical picture FHIR repository.",
  "copyright": "[Australian Genomics](https://www.australiangenomics.org.au)",
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "RSI",
      "display": "Research study identifier",
      "definition": "An identifier given to a research study."
    }
  ]
}