Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: LARCSG Care Randwick Home for the Aged 120011 - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "racs-nsw-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService </b><a name=\"racs-nsw-01\"> </a><a name=\"hcracs-nsw-01\"> </a></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\">ResourceHealthcareService &quot;racs-nsw-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-healthcareservice-core-1.html\">ADHA Core HealthcareService</a></p></div><p><b>identifier</b>: RACS ID/120011</p><p><b>providedBy</b>: <a href=\"Organization-large-racs.html\">Organization/large-racs</a> &quot;Large Residential Aged Care Services Group Limited&quot;</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-large-racs-nsw-01.html\">Location/large-racs-nsw-01</a> &quot;LARCSG Care Randwick NSW&quot;</p><p><b>name</b>: LARCSG Care Randwick Home for the Aged 120011</p><p><b>telecom</b>: ph: (02) 8543 5956(WORK)</p><p><b>serviceProvisionCode</b>: Fees Apply <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7au/au-fhir-base/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=\"https://build.fhir.org/ig/hl7au/au-fhir-base/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=\"https://build.fhir.org/ig/hl7au/au-fhir-base/CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FBB)</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" : "120011"
    }
  ],
  "providedBy" : // In Australia RACS identifier number are an
        incremental number that have been incremented to 4 digits, this example uses a fictional
        number from 100,000 + to ensure no conflict with real world values
  {
    🔗 "reference" : "Organization/large-racs"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1120991000168102"
        }
      ],
      "text" : "Aged care residential service"
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/large-racs-nsw-01"
    }
  ],
  "name" : "LARCSG Care Randwick Home for the Aged 120011",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(02) 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"
    }
  ]
}