FHIR IG analytics| Package | hl7.terminology.r5 |
| Resource Type | CodeSystem |
| Id | CodeSystem-v3-OrganizationNameType.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem v3-OrganizationNameType
Language: en
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type | Description |
| Status | status | http://hl7.org/fhir/concept-properties#status | code | Designation of a concept's state. Normally is not populated unless the state is retired. |
Concepts
This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-OrganizationNameType defines the following codes in a Is-A hierarchy:
{
"resourceType": "CodeSystem",
"id": "v3-OrganizationNameType",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://terminology.hl7.org/CodeSystem/v3-OrganizationNameType",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.5.1016"
}
],
"version": "2.0.1",
"name": "OrganizationNameType",
"title": "OrganizationNameType",
"status": "retired",
"experimental": false,
"date": "2019-03-20",
"publisher": "Health Level 7",
"contact": [
{
"name": "Health Level Seven"
}
],
"description": "**Deprecation Comment:** Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used. All of these are maintained under EntityNameType. This was created in error and should never be used.",
"caseSensitive": true,
"hierarchyMeaning": "is-a",
"content": "complete",
"property": [
{
"code": "status",
"uri": "http://hl7.org/fhir/concept-properties#status",
"description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
"type": "code"
}
],
"concept": [
{
"code": "A",
"display": "Alias",
"definition": "An alias, typically a shorter name than the legal name. This is the default.",
"property": [
{
"code": "status",
"valueCode": "active"
}
]
},
{
"code": "L",
"display": "Legal",
"definition": "The full legal name of the organization as used in public records.",
"property": [
{
"code": "status",
"valueCode": "active"
}
]
},
{
"code": "ST",
"display": "Stock exchange",
"definition": "A stock market ticker symbol.",
"property": [
{
"code": "status",
"valueCode": "active"
}
]
}
]
}