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 Health Service - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "au-core-organization-conformant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization au-core-organization-conformant</b></p><a name=\"au-core-organization-conformant\"> </a><a name=\"hcau-core-organization-conformant\"> </a><p><b>identifier</b>: HPI-O/8003620000000013, ABN/51000000680</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Medical Center</span></p><p><b>name</b>: Frog Health Service</p><p><b>telecom</b>: ph: 0300000000(Work)</p><p><b>address</b>: 1 Test Street Testville NSW 2000 AU (work)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI",
            "display" : "National Organisation Identifier"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003620000000013"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "51000000680"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "419772000",
          "display" : "Family practice"
        }
      ],
      "text" : "Medical Center"
    }
  ],
  "name" : "Frog Health Service",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0300000000",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "1 Test Street"
      ],
      "city" : "Testville",
      "state" : "NSW",
      "postalCode" : "2000",
      "country" : "AU"
    }
  ]
}