STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: DPIRD - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="DPIRD"/>
  <meta>
    <profile
             value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="DPIRD"> </a></p><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">Resource Organization &quot;DPIRD&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-organization.html">CSIRO STARS Organization Profile</a></p></div><p><b>identifier</b>: id: 710</p><p><b>active</b>: true</p><p><b>type</b>: Government <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html">Organization type</a>#govt)</span></p><p><b>name</b>: DPRID - Diagnostics and Laboratory Services (DDLS)</p><p><b>alias</b>: Department of Primary Industries &amp; Regional Development</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href="mailto:example@dpird.wa.gov.au">example@dpird.wa.gov.au</a>, ph: 1300 374 731</p><p><b>address</b>: Department of Primary Industries and Regional Development (DPIRD) 3 Baron-Hay Court Perth WA 6151 Australia </p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Billing <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html">Contact entity type</a>#BILL)</span></p><p><b>name</b>: John Smith </p><p><b>telecom</b>: <a href="mailto:john.smith@dpird.wa.gov.au">john.smith@dpird.wa.gov.au</a>, ph: 08 1234 5678, fax: 08 5678 1234</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Report <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-legacy-contactentitytype-code-system.html">STARS Legacy Contact Entity Type Code System</a>#REPORT)</span></p><p><b>name</b>: Jane Doe </p><p><b>telecom</b>: <a href="mailto:jane.doe@dpird.wa.gov.au">jane.doe@dpird.wa.gov.au</a>, ph: 08 1234 5679, fax: 08 5679 1234</p></blockquote></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="DPRID - Diagnostics and Laboratory Services (DDLS)"/>
  <alias value="Department of Primary Industries &amp; Regional Development"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="example@dpird.wa.gov.au"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="1300 374 731"/>
    </telecom>
    <address>
      <line
            value="Department of Primary Industries and Regional Development (DPIRD)"/>
      <line value="3 Baron-Hay Court"/>
      <city value="Perth"/>
      <state value="WA"/>
      <postalCode value="6151"/>
      <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@dpird.wa.gov.au"/>
    </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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system"/>
        <code value="REPORT"/>
      </coding>
    </purpose>
    <name>
      <family value="Doe"/>
      <given value="Jane"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="jane.doe@dpird.wa.gov.au"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="08 1234 5679"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="08 5679 1234"/>
    </telecom>
  </contact>
</Organization>