STARS Implementation Guide
0.3.0 - ci-build
This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
<Organization xmlns="http://hl7.org/fhir">
<id value="ExampleVet"/>
<meta>
<profile
value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleVet</b></p><a name="ExampleVet"> </a><a name="hcExampleVet"> </a><a name="ExampleVet-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-organization.html">CSIRO STARS Organization Profile</a></p></div><p><b>identifier</b>: 710</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}">Government</span></p><p><b>name</b>: Example Vet Services</p><p><b>alias</b>: ExampleVet</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td> </td><td> </td><td><a href="mailto:enquiries@example.org">enquiries@example.org</a>, ph: 1300 374 731</td><td>Building 5 3 Baron-Hay Court Penola SA 5151 Australia </td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type BILL}">Billing</span></td><td>John Smith </td><td><a href="mailto:john.smith@example.org">john.smith@example.org</a>, ph: 08 1234 5678, fax: 08 5678 1234</td><td> </td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system REPORT}">Report</span></td><td>Jane Doe </td><td><a href="mailto:jane.doe@example.org">jane.doe@example.org</a>, ph: 08 1234 5679, fax: 08 5679 1234</td><td> </td></tr></table></div>
</text>
<identifier>
<value value="710"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="govt"/>
</coding>
</type>
<name value="Example Vet Services"/>
<alias value="ExampleVet"/>
<contact>
<telecom>
<system value="email"/>
<value value="enquiries@example.org"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="1300 374 731"/>
</telecom>
<address>
<line value="Building 5"/>
<line value="3 Baron-Hay Court"/>
<city value="Penola"/>
<state value="SA"/>
<postalCode value="5151"/>
<country value="Australia"/>
</address>
</contact>
<contact>
<purpose>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
<code value="BILL"/>
</coding>
</purpose>
<name>
<family value="Smith"/>
<given value="John"/>
</name>
<telecom>
<system value="email"/>
<value value="john.smith@example.org"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="08 1234 5678"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="08 5678 1234"/>
</telecom>
</contact>
<contact>
<purpose>
<coding>
<system
value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system"/>
<code value="REPORT"/>
</coding>
</purpose>
<name>
<family value="Doe"/>
<given value="Jane"/>
</name>
<telecom>
<system value="email"/>
<value value="jane.doe@example.org"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="08 1234 5679"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="08 5679 1234"/>
</telecom>
</contact>
</Organization>