2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2

Patient-example-animal.json

Raw JSON (canonical form)

An example of an animal

{
  "resourceType": "Patient",
  "id": "animal",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "identifier": [
    {
      "label": "Dog Tag",
      "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx",
      "value": "1234123",
      "period": {
        "start": "2010-05-31"
      },
      "assigner": {
        "display": "Maroondah City Council"
      }
    }
  ],
  "name": [
    {
      "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"
  },
  "active": true
}

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.