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

: Referral Information for Referrer Example - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "referral-information-for-referrer-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService referral-information-for-referrer-example</b></p><a name=\"referral-information-for-referrer-example\"> </a><a name=\"hcreferral-information-for-referrer-example\"> </a><p><b>Referral Information for Referrer</b>: </p><div><p>Please include recent test results and referral letter.</p>\n</div><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 394579002}\">Cardiology</span></p><p><b>name</b>: Paul Hogan Memorial Croc Cardiology Clinic</p><p><b>telecom</b>: <a href=\"tel:+61812345678\">+61 8 1234 5678</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/referral-information-for-referrer",
      "valueMarkdown" : "Please include recent test results and referral letter."
    }
  ],
  "active" : true,
  "providedBy" : {
    "display" : "Example Health Organisation"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394579002",
          "display" : "Cardiology"
        }
      ]
    }
  ],
  "name" : "Paul Hogan Memorial Croc Cardiology Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 8 1234 5678",
      "use" : "work"
    }
  ]
}