{
  "resourceType": "CodeSystem",
  "id": "cms-organization-name-type-cs",
  "url": "http://ehealthontario.ca/fhir/CodeSystem/cms-organization-name-type",
  "version": "1.0.0",
  "name": "OrganizatioNameTypeCS",
  "status": "active",
  "date": "2020-11-16",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealthontario.on.ca"
        }
      ]
    }
  ],
  "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",
  "content": "complete",
  "concept": [
    {
      "code": "legal-name",
      "display": "Legal Name"
    },
    {
      "code": "other-name",
      "display": "Other Name"
    },
    {
      "code": "short-name",
      "display": "Short Name"
    }
  ]
}