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

FHIR IG Statistics: ValueSet/v3-xOrganizationNamePartType

Packagehl7.terminology.r4b
TypeValueSet
Idv3-xOrganizationNamePartType
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/ValueSet-v3-xOrganizationNamePartType.html
URLhttp://terminology.hl7.org/ValueSet/v3-xOrganizationNamePartType
Version3.0.0
Statusactive
Date2014-03-26
NameXOrganizationNamePartType
Titlex_OrganizationNamePartType
Realmuv
Authorityhl7
DescriptionA name for an organization, such as "Health Level Seven, Inc." An organization name consists only of untyped name parts, prefixes, suffixes, and delimiters.
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-EntityNamePartTypeEntityNamePartType
v3-EntityNamePartTypeEntityNamePartType

Narrative

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

Generated Narrative: ValueSet v3-xOrganizationNamePartType

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityNamePartType
    CodeDisplayDefinition
    DELdelimiterA delimiter has no meaning other than being literally printed in this name representation. A delimiter has no implicit leading and trailing white space.
    PFXprefixA prefix has a strong association to the immediately following name part. A prefix has no implicit trailing white space (it has implicit leading white space though). Note that prefixes can be inverted.
    SFXsuffix**Description:**A suffix has a strong association to the immediately preceding name part. A suffix has no implicit leading white space (it has implicit trailing white space though). Suffices cannot be inverted.

Source

{
  "resourceType": "ValueSet",
  "id": "v3-xOrganizationNamePartType",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/v3-xOrganizationNamePartType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.15881"
    }
  ],
  "version": "3.0.0",
  "name": "XOrganizationNamePartType",
  "title": "x_OrganizationNamePartType",
  "status": "active",
  "experimental": false,
  "date": "2014-03-26",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "A name for an organization, such as \"Health Level Seven, Inc.\" An organization name consists only of untyped name parts, prefixes, suffixes, and delimiters.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartType",
        "concept": [
          {
            "code": "DEL"
          },
          {
            "code": "PFX"
          },
          {
            "code": "SFX"
          }
        ]
      }
    ]
  }
}