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
<Location xmlns="http://hl7.org/fhir">
<id value="au-core-encounter-location"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location au-core-encounter-location</b></p><a name="au-core-encounter-location"> </a><a name="hcau-core-encounter-location"> </a><p><b>status</b>: Active</p><p><b>name</b>: Frog Medical Centre</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}">Family medicine clinic</span></p><p><b>address</b>: 1 Frog Lane Frogville NSW 2000 AU (work)</p></div>
</text>
<status value="active"/>
<name value="Frog Medical Centre"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FMC"/>
<display value="Family medicine clinic"/>
</coding>
</type>
<address>
<use value="work"/>
<line value="1 Frog Lane"/>
<city value="Frogville"/>
<state value="NSW"/>
<postalCode value="2000"/>
<country value="AU"/>
</address>
</Location>