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

FHIR IG Statistics: ValueSet/OrganizationAlias

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
IdOrganizationAlias
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/ValueSet/organization-name-type
URLhttp://ontariohealth.ca/fhir/ValueSet/organization-name-type
Version1.0.0
Statusdraft
NameOrganizationAlias
DescriptionA list of alternate names that the organization is known as, or was known as in the past. Optional Extension Element - found in all resources

Resources that use this resource

StructureDefinition
ca-on-phsd-ext-organization-name-typePPR Organization Name Type Extension

Resources that this resource uses

CodeSystem
organization-name-typeOrganization Name Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "OrganizationAlias",
  "url": "http://ontariohealth.ca/fhir/ValueSet/organization-name-type",
  "version": "1.0.0",
  "name": "OrganizationAlias",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "A list of alternate names that the organization is known as, or was known as in the past. Optional Extension Element - found in all resources",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/organization-name-type",
        "concept": [
          {
            "code": "legal-name",
            "display": "Legal Name"
          },
          {
            "code": "other-name",
            "display": "Other Name"
          },
          {
            "code": "short-name",
            "display": "Short Name"
          }
        ]
      }
    ]
  }
}