FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.hip-core
Resource TypeValueSet
IdValueSet-hpi-identifier-use-code-1.0.json
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-hpi-identifier-use-code-1.0.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/hpi-identifier-use-code
Version1.0
Statusactive
Date2020-12-18T23:08:15+00:00
NameHpi_IdentfierUse
TitleIdentifierUse
Authoritynational
DescriptionUse values for an Identifier
PurposeIdentifies the purpose for this identifier, if known.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
identifier-useIdentifierUse

Narrative

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

Generated Narrative: ValueSet hpi-identifier-use-code-1.0

  • Include these codes as defined in http://hl7.org/fhir/identifier-use
    CodeDisplayDefinition
    officialOfficialThe identifier considered to be most trusted for the identification of this item. Sometimes also known as "primary" and "main". The determination of "official" is subjective and implementation guides often provide additional guidelines for use.
    oldOldThe identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc.

Source1

{
  "resourceType": "ValueSet",
  "id": "hpi-identifier-use-code-1.0",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-identifier-use-code",
  "version": "1.0",
  "name": "Hpi_IdentfierUse",
  "title": "IdentifierUse",
  "status": "active",
  "date": "2020-12-18T23:08:15+00:00",
  "publisher": "Te Whatu Ora",
  "contact": [
    {
      "name": "Te Whatu Ora",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description": "Use values for an Identifier",
  "purpose": "Identifies the purpose for this identifier, if known.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/identifier-use",
        "concept": [
          {
            "code": "official",
            "display": "Official"
          },
          {
            "code": "old",
            "display": "Old"
          }
        ]
      }
    ]
  }
}