This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2
Definition for Value SetAnimalBreeds
<ValueSet xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>AnimalBreeds</h2> <p>This example value set defines a set of codes that can be used to indicate breeds of species.</p> <p>This value set defines its own terms in the system http://hl7.org/fhir/animal-breed</p> <table> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>gsd <a name="gsd"> </a> </td> <td>German Shepherd Dog</td> <td/> </tr> <tr> <td>irt <a name="irt"> </a> </td> <td>Irish Terrier</td> <td/> </tr> <tr> <td>tibmas <a name="tibmas"> </a> </td> <td>Tibetan Mastiff</td> <td/> </tr> <tr> <td>gret <a name="gret"> </a> </td> <td>Golden Retriever</td> <td/> </tr> </table> </div> </text> <identifier value="http://hl7.org/fhir/vs/animal-breeds"/> <name value="AnimalBreeds"/> <publisher value="FHIR Project team"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <description value="This example value set defines a set of codes that can be used to indicate breeds of species."/> <status value="draft"/> <define> <system value="http://hl7.org/fhir/animal-breed"/> <caseSensitive value="true"/> <concept> <code value="gsd"/> <display value="German Shepherd Dog"/> </concept> <concept> <code value="irt"/> <display value="Irish Terrier"/> </concept> <concept> <code value="tibmas"/> <display value="Tibetan Mastiff"/> </concept> <concept> <code value="gret"/> <display value="Golden Retriever"/> </concept> </define> </ValueSet>