This page is part of the FHIR Specification (v0.05: DSTU 1 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
Example of animal
Example of animal
<Animal xmlns="http://hl7.org/fhir"> <id>wer234fwde234</id> <!-- Dog tag, under Maroondah City council --> <identifier> <type> <code>microchip</code> <system>http://hl7.org/fhir/sid/fhir/identifier-type</system> </type> <identifier> <system>http://www.maroondah.vic.gov.au/AnimalRegFees.aspx</system> <id>1234123123312332</id> </identifier> <period> <start>2010-05-31</start> </period> <!-- todo: this is currently broken, and needs to be fixed.--> </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>http://hl7.org/fhir/sid/v2-0001</system> </coding> </gender> <!-- owner --> <relatedEntity> <role> <coding> <code>OWN</code> <system>http://hl7.org/fhir/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> Maroondah City Council
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.05 generated on Sun, Sep 9, 2012 03:28+1000. License