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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeHealthcareService
IdExample - HealthcareService Submission.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": "HealthcareService",
  "id": "example-healthcareservice-submission",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-submission-profile-HealthcareService|1.0.0"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
      "value": "123456789012"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "urn:uuid:fe16095b-9412-430d-8633-2b4e034be37c",
    "display": "Psychotherapy Institute of Peel"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "413294000",
          "display": "Community health services"
        }
      ],
      "text": "Community health services"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394913002",
          "display": "Psychotherapy (specialty)"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-wait-time",
          "extension": [
            {
              "url": "type",
              "valueCoding": {
                "system": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-type",
                "version": "1.0",
                "code": "w1",
                "display": "wait1 (Patient waiting for the first consultation with a clinician)"
              }
            },
            {
              "url": "length",
              "valueDuration": {
                "value": 5,
                "unit": "day",
                "system": "http://unitsofmeasure.org",
                "code": "d"
              }
            },
            {
              "url": "priority",
              "valueCoding": {
                "system": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-priority",
                "version": "1.0",
                "code": "pl3",
                "display": "Priority Level 3 – semi-urgent"
              }
            },
            {
              "url": "access-target",
              "valueDuration": {
                "value": 25,
                "unit": "day",
                "system": "http://unitsofmeasure.org",
                "code": "d"
              }
            },
            {
              "url": "procedure-code",
              "valueCoding": {
                "system": "http://ontariohealth.ca/fhir/CodeSystem/WTIS-procedure-code",
                "code": "W.CAR.PCI.NA",
                "display": "Cardiac - PCI"
              }
            }
          ]
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "310142007",
          "display": "Cardiac surgery service"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "urn:uuid:b71844d3-e24b-4be3-9d7d-464b58cace0e"
    }
  ],
  "name": "HealthcareService Example",
  "comment": "Providing psychotherapy services in the community setting.",
  "extraDetails": "Several assessments are required for these specialist services, and the waiting times can be greater than 3 months at times. Existing patients are prioritized when requesting appointments on the schedule.",
  "telecom": [
    {
      "system": "phone",
      "value": "416-355-6643",
      "use": "work"
    }
  ],
  "coverageArea": [
    {
      "reference": "urn:uuid:9cee66dc-1523-4a1f-9bf2-85040e6918f5",
      "display": "Greater Toronto Area"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
          "code": "cost",
          "display": "Fees apply"
        }
      ]
    }
  ],
  "eligibility": [
    {
      "code": {
        "coding": [
          {
            "code": "Y",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136"
          }
        ]
      }
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ]
    }
  ],
  "appointmentRequired": false,
  "availableTime": [
    {
      "daysOfWeek": [
        "wed"
      ],
      "allDay": true
    },
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:30:00",
      "availableEndTime": "05:30:00"
    },
    {
      "daysOfWeek": [
        "sat",
        "fri"
      ],
      "availableStartTime": "09:30:00",
      "availableEndTime": "04:30:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Christmas/Boxing Day",
      "during": {
        "start": "2015-12-25",
        "end": "2015-12-26"
      }
    },
    {
      "description": "New Years Day",
      "during": {
        "start": "2016-01-01",
        "end": "2016-01-01"
      }
    }
  ]
}