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

FHIR IG analytics

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

identifier: RACS ID/0011

active: true

providedBy: Organization The Corporation of the Synod of the Diocese of Nundah

type: Aged care residential service

location: Location: status = active; type = Nursing or custodial care facility; physicalType = Site

name: Honourable Mark's Home For Aged Men

telecom: ph: (07) 8543 5956(Work)

serviceProvisionCode: Fees Apply, Co-payment, Fees and Bulk Billing


Source1

{
  "resourceType": "HealthcareService",
  "id": "example5",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "RACSI"
          }
        ],
        "text": "RACS ID"
      },
      "system": "http://ns.electronichealth.net.au/id/residential-aged-care-service-id",
      "value": "0011"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/example5"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1120991000168102"
        }
      ],
      "text": "Aged care residential service"
    }
  ],
  "location": [
    {
      "reference": "Location/example9"
    }
  ],
  "name": "Honourable Mark's Home For Aged Men",
  "telecom": [
    {
      "system": "phone",
      "value": "(07) 8543 5956",
      "use": "work"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
          "code": "FAP"
        }
      ],
      "text": "Fees Apply"
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
          "code": "COP"
        }
      ],
      "text": "Co-payment"
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
          "code": "FBB"
        }
      ],
      "text": "Fees and Bulk Billing"
    }
  ]
}