FHIR Frog AU Core Conformance Tests
0.1.0 - draft

FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions

: Frog Physiotherapy Service - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "au-core-healthcareservice-conformant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService au-core-healthcareservice-conformant</b></p><a name=\"au-core-healthcareservice-conformant\"> </a><a name=\"hcau-core-healthcareservice-conformant\"> </a><p><b>identifier</b>: <code>http://pca.digitalhealth.gov.au/id/pca-healthcare-service</code>/4d00ad2659cb4b54bd8028798af62631</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 722140001}\">Physiotherapy service</span></p><p><b>name</b>: Frog Physiotherapy Service</p><p><b>telecom</b>: ph: 0700000000(Work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://pca.digitalhealth.gov.au/id/pca-healthcare-service",
      "value" : "4d00ad2659cb4b54bd8028798af62631"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "722140001",
          "display" : "Physiotherapy service"
        }
      ]
    }
  ],
  "name" : "Frog Physiotherapy Service",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0700000000",
      "use" : "work"
    }
  ]
}