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

FHIR IG Statistics: CodeSystem/ppr-organization-name-type

Packageca.on.phsd.r4-alpha
Resource TypeCodeSystem
Idppr-organization-name-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/CodeSystem/organization-name-type
URLhttp://ontariohealth.ca/fhir/CodeSystem/organization-name-type
Version1.0.0
Statusactive
Date2019-10-23
NameOrganization Name Type
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
Contentcomplete

Resources that use this resource

ValueSet
organization-name-typeOrganizationAlias

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ppr-organization-name-type",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/organization-name-type",
  "version": "1.0.0",
  "name": "Organization Name Type",
  "status": "active",
  "date": "2019-10-23",
  "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",
  "content": "complete",
  "concept": [
    {
      "code": "legal-name",
      "display": "Legal Name"
    },
    {
      "code": "other-name",
      "display": "Other Name"
    },
    {
      "code": "short-name",
      "display": "Short Name"
    }
  ]
}