View raw Markdown
type: exampleresource: Organizationexample: organization-example-gastro

Organization Example: organization-example-gastro

Narrative

Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: gastro@acme.org

Example XML

<?xml version="1.0" encoding="UTF-8"?>

<Organization xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">

      <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: 
        <a href="mailto:gastro@acme.org">gastro@acme.org</a>
      </p>

    </div>
  </text>
<!--  Clinical Team "Gastroenterology" at Acme Hospital  -->
  <identifier>
    <system value="http://www.acme.org.au/units"/>
    <value value="Gastro"/>
  </identifier>
  <name value="Gastroenterology"/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="+1 555 234 3523"/>
      <use value="mobile"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="gastro@acme.org"/>
      <use value="work"/>
    </telecom>
  </contact>
</Organization>