This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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: R5 R4B R4 R3 R2
An example of an animal
{ "resourceType": "Patient", "id": "animal", "text": { "status": "generated", "div": "<div>\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Id</td>\n \n <td>Kenzi (Dog: Golden Retriever)</td>\n \n </tr>\n \n <tr>\n \n <td>Owner</td>\n \n <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>Dog Tag: 1234123 (Maroondah City Council)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" }, "identifier": [ { "fhir_comments": [ " Dog tag, under Maroondah City council " ], "type": { "text": "Dog Tag" }, "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx", "value": "1234123", "period": { "start": "2010-05-31" }, "assigner": { "display": "Maroondah City Council" } } ], "active": true, "name": [ { "fhir_comments": [ " Dog's name: Kenzi " ], "use": "usual", "given": [ "Kenzi" ] } ], "gender": "female", "birthDate": "2010-03-23", "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/patient-contact-relationship", "code": "owner" } ] } ], "name": { "family": [ "Chalmers" ], "given": [ "Peter", "James" ] }, "telecom": [ { "system": "phone", "value": "(03) 5555 6473", "use": "work" } ] } ], "animal": { "species": { "coding": [ { "system": "http://hl7.org/fhir/animal-species", "code": "canislf", "display": "Dog" } ] }, "breed": { "coding": [ { "system": "http://snomed.info/sct", "code": "58108001", "display": "Golden retriever" }, { "system": "http://hl7.org/fhir/animal-breed", "code": "gret", "display": "Golden Retriever" } ] }, "genderStatus": { "coding": [ { "system": "http://hl7.org/fhir/animal-genderstatus", "code": "neutered" } ] } }, "managingOrganization": { "display": "Pete's Vetinary Services" } }
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.