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
<Location xmlns="http://hl7.org/fhir">
<id value="amenity-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location amenity-example</b></p><a name="amenity-example"> </a><a name="hcamenity-example"> </a><p><b>Amenity</b>: <span title="Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1 accessibleParking}">Accessible Parking</span></p><p><b>status</b>: Active</p><p><b>name</b>: Example Clinic Location</p><p><b>description</b>: A sample clinic location with wheelchair access.</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>telecom</b>: <a href="tel:+61322223333">+61 3 2222 3333</a></p><p><b>address</b>: 100 Example Blvd Perth WA 6000 </p></div>
</text>
<extension
url="http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity">
<valueCodeableConcept>
<coding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1"/>
<code value="accessibleParking"/>
<display value="Accessible Parking"/>
</coding>
</valueCodeableConcept>
</extension>
<status value="active"/>
<name value="Example Clinic Location"/>
<description value="A sample clinic location with wheelchair access."/>
<mode value="instance"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="HOSP"/>
<display value="Hospital"/>
</coding>
</type>
<telecom>
<system value="phone"/>
<value value="+61 3 2222 3333"/>
</telecom>
<address>
<line value="100 Example Blvd"/>
<city value="Perth"/>
<state value="WA"/>
<postalCode value="6000"/>
</address>
</Location>