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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeHealthcareService
IdHealthcareService-physiotherapy.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 physiotherapy

type: Physiotherapy service

name: CoreStrength Physiotherapy

telecom: ph: 0755504444(Work), reception@corestrength.example.org.


Source1

{
  "resourceType": "HealthcareService",
  "id": "physiotherapy",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "722140001",
          "display": "Physiotherapy service"
        }
      ]
    }
  ],
  "name": "CoreStrength Physiotherapy",
  "telecom": [
    {
      "system": "phone",
      "value": "0755504444",
      "use": "work"
    },
    {
      "system": "email",
      "value": "reception@corestrength.example.org.",
      "use": "work"
    }
  ]
}