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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeHealthcareService
IdHealthcareService-example2.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

Generated Narrative: HealthcareService example2

active: true

providedBy: Albion Hospital

specialty: General pathology (specialty)

location: Location: identifier = NATA Site Number: 162899,LSPN: 123333; status = active; physicalType = Level

name: Albion Hospital Pathology Service

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

availableStartTime: 08:30:00

availableEndTime: 17:30:00


Source1

{
  "resourceType": "HealthcareService",
  "id": "example2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/example1",
    "display": "Albion Hospital"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394915009",
          "display": "General pathology (specialty)"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example2"
    }
  ],
  "name": "Albion Hospital Pathology Service",
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:30:00",
      "availableEndTime": "17:30:00"
    }
  ]
}