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

: IAR Levels of Care Example - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "iar-levels-of-care-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService iar-levels-of-care-example</b></p><a name=\"iar-levels-of-care-example\"> </a><a name=\"hciar-levels-of-care-example\"> </a><p><b>IAR Levels of Care</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1 level1}\">Level 1 - Self management</span></p><p><b>active</b>: true</p><p><b>providedBy</b>: Example Health Organisation</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394913002}\">Psychotherapy (specialty)</span></p><p><b>name</b>: Kath &amp; Kim's Fountain Lakes Wellness Hub</p><p><b>telecom</b>: <a href=\"tel:+61212345678\">+61 2 1234 5678</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1",
            "code" : "level1",
            "display" : "Level 1 - Self management"
          }
        ]
      }
    }
  ],
  "active" : true,
  "providedBy" : {
    "display" : "Example Health Organisation"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394913002",
          "display" : "Psychotherapy (specialty)"
        }
      ]
    }
  ],
  "name" : "Kath & Kim's Fountain Lakes Wellness Hub",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 2 1234 5678",
      "use" : "work"
    }
  ]
}