Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: HealthcareService-example4

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "HealthcareService",
  "id" : "example4",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"example4\" </p></div><p><b>identifier</b>: RACS ID: 0009</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example5.html\">Organization/example5</a> \"The Corporation of the Synod of the Diocese of Nundah\"</p><p><b>type</b>: Aged care residential service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1120991000168102)</span></p><p><b>location</b>: <a href=\"Location-example8.html\">Location/example8</a> \"Leafy Grove\"</p><p><b>name</b>: Leafy Grove Home for the Aged</p><p><b>telecom</b>: ph: (07) 8543 5755(WORK)</p><p><b>serviceProvisionCode</b>: Fees Apply <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FAP)</span>, Co-payment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#COP)</span>, Fees and Bulk Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FBB)</span></p><p><b>communication</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span>, Arabic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#ar)</span>, Cantonese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#yue)</span>, Chinese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#zh)</span>, Croatian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#hr)</span>, Greek <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#el)</span>, Italian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#it)</span>, Mandarin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#cmn)</span>, Polish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#pl)</span>, Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span>, Vietnamese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#vi)</span></p></div>"
  },
  "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" : "0009"
    }
  ],
  "active" : true,
  "providedBy" : {
    "reference" : "Organization/example5"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1120991000168102"
        }
      ],
      "text" : "Aged care residential service"
    }
  ],
  "location" : [
    {
      "reference" : "Location/example8"
    }
  ],
  "name" : "Leafy Grove Home for the Aged",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(07) 8543 5755",
      "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"
    }
  ],
  "communication" : [
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "en"
        }
      ],
      "text" : "English"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "ar"
        }
      ],
      "text" : "Arabic"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "yue"
        }
      ],
      "text" : "Cantonese"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "zh"
        }
      ],
      "text" : "Chinese"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "hr"
        }
      ],
      "text" : "Croatian"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "el"
        }
      ],
      "text" : "Greek"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "it"
        }
      ],
      "text" : "Italian"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "cmn"
        }
      ],
      "text" : "Mandarin"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "pl"
        }
      ],
      "text" : "Polish"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "es"
        }
      ],
      "text" : "Spanish"
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "vi"
        }
      ],
      "text" : "Vietnamese"
    }
  ]
}
Issues & Feedback