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

: Friends Pharmacy QLD Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "qld-hospital-pharmacy-out",
  "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=\"qld-hospital-pharmacy-out\"> </a><a name=\"hcqld-hospital-pharmacy-out\"> </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;qld-hospital-pharmacy-out&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-healthcareservice-core-1.html\">ADHA Core HealthcareService</a></p></div><p><b>providedBy</b>: <a href=\"Organization-qld-hospital.html\">Organization/qld-hospital</a> &quot;QLD Hospital&quot;</p><p><b>type</b>: Pharmacy service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#310080006)</span></p><p><b>location</b>: <a href=\"Location-qld-hospital-pharmacy-out.html\">Location/qld-hospital-pharmacy-out</a> &quot;Friends Pharmacy - QLD Hospital&quot;</p><p><b>name</b>: Friends Pharmacy - QLD Hospital</p><p><b>telecom</b>: ph: (07) 5550 3335(WORK)</p></div>"
  },
  "providedBy" : {
    🔗 "reference" : "Organization/qld-hospital"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "310080006",
          "display" : "Pharmacy service"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/qld-hospital-pharmacy-out"
    }
  ],
  "name" : "Friends Pharmacy - QLD Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(07) 5550 3335",
      "use" : "work"
    }
  ]
}