FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Patient/animal (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

An example of an animal (id = "animal")

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

<Patient xmlns="http://hl7.org/fhir">
  <id value="animal"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b> Kenzi </b>  female, DoB: 2010-03-23 ( Dog Tag/1234123 (period: 2010-05-31 --&gt; (ongoing)))</p> <hr/>  <table class="grid"><tr> <td style="background-color: #f3f5da" title="Record is active">Active:</td> <td colspan="3">true</td> </tr> <tr> <td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td> <td colspan="3"><ul> <li> Peter James Chalmers </li> <li> ph: (03) 5555 6473(WORK)</li> </ul> </td> </tr> <tr> <td style="background-color: #f3f5da" title="Patient Links">Links:</td> <td colspan="3"><ul> <li> Managing Organization: <span> : Pete's Vetinary Services</span> </li> </ul> </td> </tr> <tr> <td style="background-color: #f3f5da" title="This patient is known to be an animal.">Patient Animal:</td> <td colspan="3"><ul> <li> species: <span title="Codes: {http://hl7.org/fhir/animal-species canislf}">Dog</span> </li> <li> breed: <span title="Codes: {http://snomed.info/sct 58108001}, {http://example.org/fhir/CodeSystem/animal-breed
                 gret}">Golden retriever</span> </li> <li> genderStatus: <span title="Codes: {http://hl7.org/fhir/animal-genderstatus neutered}">Neutered</span> </li> </ul> </td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/patient-animal">
    <extension url="species">
      <valueCodeableConcept> 
        <coding> 
        <system value="http://hl7.org/fhir/animal-species"/> 
        <code value="canislf"/> 
        <display value="Dog"/> 
        </coding> 
      </valueCodeableConcept> 
    </extension> 
    <extension url="breed">
      <valueCodeableConcept> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="58108001"/> 
          <display value="Golden retriever"/> 
        </coding> 
        <coding> 
          <system value="http://example.org/fhir/CodeSystem/animal-breed"/> 
          <code value="gret"/> 
          <display value="Golden Retriever"/> 
        </coding> 
      </valueCodeableConcept> 
    </extension> 
    <extension url="genderStatus">
      <valueCodeableConcept> 
        <coding> 
          <system value="http://hl7.org/fhir/animal-genderstatus"/> 
          <code value="neutered"/> 
        </coding> 
      </valueCodeableConcept> 
    </extension> 
  </extension> 
  
      <!--     Dog tag, under Maroondah City council     -->
  
  <identifier> 
    <type> 
      <text value="Dog Tag"/> 
    </type> 
    <system value="http://www.maroondah.vic.gov.au/AnimalRegFees.aspx"/> 
    <value value="1234123"/> 
    <period> 
      <start value="2010-05-31"/> 
    </period> 
    <assigner> 
      <display value="Maroondah City Council"/> 
    </assigner> 
  </identifier> 
  <active value="true"/> 
    <!--     Dog's name: Kenzi     -->
  <name> 
    <use value="usual"/> 
    <given value="Kenzi"/> 
  </name> 
  <gender value="female"/> 
  <birthDate value="2010-03-23"/> 
  <contact> 
    <relationship> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> 
        <code value="C"/> 
      </coding> 
    </relationship> 
    <name> 
      <family value="Chalmers"/> 
      <given value="Peter"/> 
      <given value="James"/> 
    </name> 
    <telecom> 
      <system value="phone"/> 
      <value value="(03) 5555 6473"/> 
      <use value="work"/> 
    </telecom> 
  </contact> 
  <managingOrganization> 
    <display value="Pete's Vetinary Services"/> 
  </managingOrganization> 
</Patient> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.