FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
IdServiceAccessibilityCharacteristic-vs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "service-accessibility-characteristic",
  "url": "http://ontariohealth.ca/fhir/ValueSet/LHIN-code",
  "version": "1.0.0",
  "name": "ServiceAccessibilityCharacteristic",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes indicate the characteristic accessibility of the service location.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/service-accessibility-characteristic",
        "concept": [
          {
            "code": "LOC-008",
            "display": "Wheelchair accessible"
          },
          {
            "code": "LOC-009",
            "display": "Stretcher accessible"
          },
          {
            "code": "LOC-010",
            "display": "Hoyer lift available"
          },
          {
            "code": "LOC-011",
            "display": "Hearing impaired support"
          },
          {
            "code": "LOC-012",
            "display": "Accessible parking"
          },
          {
            "code": "LOC-013",
            "display": "Bariatric patients accepted"
          },
          {
            "code": "LOC-014",
            "display": "Interpreter services available"
          },
          {
            "code": "LOC-015",
            "display": "Can manage PICC line or Port-a-Cath"
          }
        ]
      }
    ]
  }
}