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

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypeHealthcareService
IdHealthcareService-active-period-example.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 active-period-example

Active Period: 2026-01-01 --> 2026-12-31

active: true

providedBy: Example Health Organisation

type: Psychotherapy (specialty)

name: Dame Edna's Gladiolus Therapy Centre

telecom: +61 3 9876 5432


Source1

{
  "resourceType": "HealthcareService",
  "id": "active-period-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/active-period",
      "valuePeriod": {
        "start": "2026-01-01",
        "end": "2026-12-31"
      }
    }
  ],
  "active": true,
  "providedBy": {
    "display": "Example Health Organisation"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394913002",
          "display": "Psychotherapy (specialty)"
        }
      ]
    }
  ],
  "name": "Dame Edna's Gladiolus Therapy Centre",
  "telecom": [
    {
      "system": "phone",
      "value": "+61 3 9876 5432",
      "use": "work"
    }
  ]
}