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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeHealthcareService
IdHealthcareService-example1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrative

active: true

providedBy: Albion Hospital. Generated Summary: ABN: 51824753556; Private hospital; name: Albion Hospital

category: Specialist Radiology/Imaging

specialty: Radiation oncology, Interventional radiology - speciality

location: Generated Summary: status: active; Site

name: Albion Hospital Radiology Service

AvailableTimes

- DaysOfWeek AvailableStartTime AvailableEndTime
* mon, tue, wed, thu, fri 08:30:00 (Brisbane) 17:30:00 (Brisbane)

Source1

{
  "resourceType": "HealthcareService",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/example1",
    "display": "Albion Hospital"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419815003",
          "display": "Radiation oncology"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408455009",
          "display": "Interventional radiology - speciality"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example1"
    }
  ],
  "name": "Albion Hospital Radiology Service",
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:30:00",
      "_availableStartTime": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/timezone",
            "valueCode": "Australia/Brisbane"
          }
        ]
      },
      "availableEndTime": "17:30:00",
      "_availableEndTime": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/timezone",
            "valueCode": "Australia/Brisbane"
          }
        ]
      }
    }
  ]
}