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

FHIR IG Statistics: CodeSystem/name-context

Packagehl7.fhir.au.base
TypeCodeSystem
Idname-context
FHIR VersionR4
Sourcehttp://hl7.org.au/fhir/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-base/CodeSystem-name-context.html
URLhttp://terminology.hl7.org.au/CodeSystem/name-context
Version6.0.0-ci-build
Statusactive
Date2025-06-23T03:38:40+00:00
NameNameContext
TitleName Context
Realmau
Authorityhl7
DescriptionThe Name Context code system defines concepts describing usage of names. This provides well known concepts that can be used to indicate usage to achieve an associated purpose e.g. identifier validation.
CopyrightHL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.
Contentcomplete

Resources that use this resource

ValueSet
name-contextName Context

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem name-context

Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4

This case-sensitive code system http://terminology.hl7.org.au/CodeSystem/name-context defines the following codes:

CodeDisplayDefinition
ihi-validation IHI ValidationIndicates associated name is for IHI (Individual Healthcare Identifier) validation.
hpii-validation HPI-I ValidationIndicates associated name is for HPI-I (Healthcare Provider Identifier - Individual) validation.

Source

{
  "resourceType": "CodeSystem",
  "id": "name-context",
  "meta": {
    "profile": [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"
          }
        ]
      }
    }
  ],
  "url": "http://terminology.hl7.org.au/CodeSystem/name-context",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.2.3.4.1.4.31"
    }
  ],
  "version": "6.0.0-ci-build",
  "name": "NameContext",
  "title": "Name Context",
  "status": "active",
  "experimental": false,
  "date": "2025-06-23T03:38:40+00:00",
  "publisher": "HL7 Australia",
  "contact": [
    {
      "name": "HL7 Australia FHIR Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The Name Context code system defines concepts describing usage of names. This provides well known concepts that can be used to indicate usage to achieve an associated purpose e.g. identifier validation.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU"
        }
      ]
    }
  ],
  "copyright": "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive": true,
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "ihi-validation",
      "display": "IHI Validation",
      "definition": "Indicates associated name is for IHI (Individual Healthcare Identifier) validation."
    },
    {
      "code": "hpii-validation",
      "display": "HPI-I Validation",
      "definition": "Indicates associated name is for HPI-I (Healthcare Provider Identifier - Individual) validation."
    }
  ]
}