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

FHIR IG Statistics: ValueSet/location-functional-centre

Packageca.on.oh-seris
Resource TypeValueSet
Idlocation-functional-centre
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/location-functional-centre
URLhttp://ontariohealth.ca/fhir/ValueSet/location-functional-centre
Version1.0.0
Statusdraft
NameLocationFunctionalCentre
TitleLocation Functional Centre
Realmca
DescriptionIndicates the type of function performed at the centre

Resources that use this resource

StructureDefinition
ca-on-seris-ext-functional-centreFunctionalCentre

Resources that this resource uses

CodeSystem
location-functional-centreLocation Functional Centre

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "location-functional-centre",
  "url": "http://ontariohealth.ca/fhir/ValueSet/location-functional-centre",
  "version": "1.0.0",
  "name": "LocationFunctionalCentre",
  "title": "Location Functional Centre",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Indicates the type of function performed at the centre",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/location-functional-centre",
        "concept": [
          {
            "code": "71350",
            "display": "Specialty Clinic"
          },
          {
            "code": "71415",
            "display": "Diagnostic Imaging"
          }
        ]
      }
    ]
  }
}