This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

<Animal xmlns="http://www.hl7.org/fhir">
  <id>wer234fwde234</id>
  
  <!--   Dog tag, under Maroondah City council   -->
  <identifier>
    <type>
      <code>microchip</code>
      <system>urn:hl7-org:sid/fhir/identifier-type</system>
    </type>
    <identifier>
      <system>http://http://www.maroondah.vic.gov.au/AnimalRegFees.aspx</system>
      <id>1234123123312332</id>      
    </identifier>
    <period>
      <low>2010-05-31</low>
    </period>
    <assigner>
      <text>Maroondah City Council</text>
    </assigner>
  </identifier>

  <!--   Dog's name: Kenzi   -->
  <name>
    <use>usual</use>
    <part>
      <type>given</type>
      <value>Kenzi</value>
    </part>
  </name>
    
  <dob>2010-03-23</dob> 
  <!--   todo: how do you code a species?   -->
  <species>
    <coding>
      <code>Canis lupus familiaris</code>
      <system>http://en.wikipedia.org/wiki/Biological_classification</system>
    </coding>
  </species>
  <strain>
    <coding>
      <code>58108001</code>              
      <system>http://snomed.info</system>
      <display>Golden retriever</display>  
    </coding>      
  </strain>
  <gender>
    <coding>
      <code>F</code>
      <system>urn:hl7-org:sid/v2-0001</system>
    </coding>
  </gender>
  
  <!--   owner   -->
  <relatedEntity>
    <role>
      <coding>
        <code>OWN</code>
        <system>urn:hl7-org:sid/v2-0063</system>
        <display>Owner</display>
      </coding>
    </role>
    <name>
      <use>official</use>
      <part>
        <type>given</type>
        <value>Peter</value>
      </part>
      <part>
        <type>given</type>
        <value>James</value>
      </part>
      <part>
        <type>family</type>
        <value>Chalmers</value>
      </part>
    </name>
    <address>
      <use>home</use>
      <part>
        <type>line</type>
        <value>534 Erewhon St</value>
      </part>
      <part>
        <type>city</type>
        <value>PleasantVille</value>
      </part>
      <part>
        <type>state</type>
        <value>Vic</value>
      </part>
      <part>
        <type>zip</type>
        <value>3999</value>
      </part>
    </address>
    <contact dataAbsentReason="unknown">
      <use>home</use>
    </contact>
    <contact>
      <system>phone</system>
      <value>(03) 5555 6473</value>
      <use>work</use>
    </contact>
  </relatedEntity>
   
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <tbody>
          <tr>
            <td>Id</td>
            <td>Kenzi (Dog: Golden Retriever)</td>
          </tr>
          <tr>
            <td>Owner</td>
            <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>
          </tr>
          <tr>
            <td>Contacts</td>
            <td>Home: unknown. Work: (03) 5555 6473</td>
          </tr>
          <tr>
            <td>Id</td>
            <td>Microchip: 1234123123312332 (Maroondah City Council)</td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
</Animal>