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

: New Patient Availability Example - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "new-patient-availability-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService new-patient-availability-example</b></p><a name=\"new-patient-availability-example\"> </a><a name=\"hcnew-patient-availability-example\"> </a><p><b>New Patient Availability</b>: <span title=\"Codes:{https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1 accepting}\">accepting new patients</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 394802001}\">General medicine</span></p><p><b>name</b>: Russell Coight's Outback Flying Doctor Service</p><p><b>telecom</b>: <a href=\"tel:+61755551234\">+61 7 5555 1234</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/new-patient-availability",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1",
            "code" : "accepting",
            "display" : "accepting new patients"
          }
        ]
      }
    }
  ],
  "active" : true,
  "providedBy" : {
    "display" : "Example Health Organisation"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394802001",
          "display" : "General medicine"
        }
      ]
    }
  ],
  "name" : "Russell Coight's Outback Flying Doctor Service",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 7 5555 1234",
      "use" : "work"
    }
  ]
}