This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of animal

{"Animal": {
  "breed": {"coding": [{
    "system": {"value": "http://snomed.info"},
    "display": {"value": "Golden retriever"},
    "code": {"value": "58108001"}
  }]},
  "text": {
    "status": "generated",
    "div": "<div>\n      <table>\n        <tbody>\n          <tr>\n            <td>Id<\/td>\n            <td>Kenzi (Dog: Golden Retriever)<\/td>\n          <\/tr>\n          <tr>\n            <td>Owner<\/td>\n            <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999<\/td>\n          <\/tr>\n          <tr>\n            <td>Contacts<\/td>\n            <td>Work: (03) 5555 6473<\/td>\n          <\/tr>\n          <tr>\n            <td>Id<\/td>\n            <td>Dog Tag: 1234123 (Maroondah City Council)<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>"
  },
  "relatedEntity": [{
    "address": [{
      "zip": {"value": "3999"},
      "state": {"value": "Vic"},
      "line": [{"value": "534 Erewhon St"}],
      "use": "home",
      "city": {"value": "PleasantVille"}
    }],
    "name": {
      "given": [
        {"value": "Peter"},
        {"value": "James"}
      ],
      "family": [{"value": "Chalmers"}],
      "use": "official"
    },
    "role": {"coding": [{
      "system": {"value": "http://hl7.org/fhir/sid/v2-0063"},
      "display": {"value": "Owner"},
      "code": {"value": "OWN"}
    }]},
    "contact": [{
      "system": "phone",
      "value": {"value": "(03) 5555 6473"},
      "use": "work"
    }]
  }],
  "species": {"coding": [{
    "system": {"value": "http://en.wikipedia.org/wiki/Biological_classification"},
    "code": {"value": "Canis lupus familiaris"}
  }]},
  "dob": {"value": "2010-03-23"},
  "name": [{
    "given": [{"value": "Kenzi"}],
    "use": "usual"
  }],
  "gender": {"coding": [{"code": {"value": "F"}}]},
  "identifier": [{
    "label": {"value": "Dog Tag"},
    "assigner": {"display": {"value": "Maroondah City Council"}},
    "period": {"start": {"value": "2010-05-31"}},
    "identifier": {
      "id": {"value": "1234123"},
      "system": {"value": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx"}
    }
  }]
}}