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

FHIR IG Statistics: ValueSet/ontario-regions

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idontario-regions
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/ValueSet/ontario-regions
URLhttp://ontariohealth.ca/fhir/ValueSet/ontario-regions
Version1.0.0
Statusdraft
NameOntarioRegions
TitleOntario Regions
DescriptionThe value set indicate Ontario valid regions

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ontario-regionsOntario Regions

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ontario-regions",
  "url": "http://ontariohealth.ca/fhir/ValueSet/ontario-regions",
  "version": "1.0.0",
  "name": "OntarioRegions",
  "title": "Ontario Regions",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The value set indicate Ontario valid regions",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/ontario-regions",
        "concept": [
          {
            "code": "ca-on",
            "display": "Ontario"
          },
          {
            "code": "west",
            "display": "West Region"
          },
          {
            "code": "central",
            "display": "Central Region"
          },
          {
            "code": "toronto",
            "display": "Toronto Region"
          },
          {
            "code": "east",
            "display": "East Region"
          },
          {
            "code": "northeast",
            "display": "North East Region"
          },
          {
            "code": "northwest",
            "display": "North West Region"
          }
        ]
      }
    ]
  }
}