DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 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: R4B R4 R3 R2

Valueset-animal-breeds.xml Valueset-animal-breeds.json

Raw JSON ( canonical form )

Definition for Value SetAnimalBreeds

{
  "resourceType": "ValueSet",
  "id": "animal-breeds",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },

  "text": {
    "status": "generated",
    "div": "<div><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>"

    "div": "<div>!-- Snipped for Brevity --></div>"

  },
  "identifier": "http://hl7.org/fhir/vs/animal-breeds",

  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.232"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/animal-breeds",
  "version": "1.0.2",

  "name": "AnimalBreeds",
  "status": "draft",
  "experimental": true,

  "publisher": "FHIR Project team",
  "telecom": [

  "contact": [

    {
      "system": "url",
      "value": "http://hl7.org/fhir"

      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]

    }
  ],
  "date": "2015-10-24T07:41:03+11:00",

  "description": "This example value set defines a set of codes that can be used to indicate breeds of species.",
  "status": "draft",
  "define": {

  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.232"
      }
    ],

    "system": "http://hl7.org/fhir/animal-breed",
    "caseSensitive": true,
    "concept": [
      {
        "code": "gsd",
        "display": "German Shepherd Dog"

        "display": "German Shepherd Dog",
        "designation": [
          {
            "language": "nl",
            "value": "Duitse herdershond"
          }
        ]

      },
      {
        "code": "irt",
        "display": "Irish Terrier"

        "display": "Irish Terrier",
        "designation": [
          {
            "language": "nl",
            "value": "Ierse terrier"
          }
        ]

      },
      {
        "code": "tibmas",
        "display": "Tibetan Mastiff"

        "display": "Tibetan Mastiff",
        "designation": [
          {
            "language": "nl",
            "value": "Tibetaanse mastiff"
          }
        ]

      },
      {
        "code": "gret",
        "display": "Golden Retriever"

        "display": "Golden Retriever",
        "designation": [
          {
            "language": "nl",
            "value": "Golden Retriever"
          }
        ]

      }
    ]
  }
}

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.