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

Valueset-animal-genderstatus.xml

Definition for Value SetGenderStatus

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>GenderStatus</h2><p> This example value set defines a set of codes that can be used to indicate the current state of the      animal's reproductive organs.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/animal-genderstatus</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>neutered<a name=\"neutered\"> </a></td><td>Neutered</td><td>The animal has been castrated and is infertile</td></tr><tr><td>intact<a name=\"intact\"> </a></td><td>Intact</td><td>The animals reproductive organs are intact</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/animal-genderstatus",
  "name": "GenderStatus",
  "publisher": "FHIR Project team",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    }
  ],
  "description": " This example value set defines a set of codes that can be used to indicate the current state of the      animal's reproductive organs.",
  "status": "draft",
  "define": {
    "system": "http://hl7.org/fhir/animal-genderstatus",
    "caseSensitive": true,
    "concept": [
      {
        "code": "neutered",
        "display": "Neutered",
        "definition": "The animal has been castrated and is infertile"
      },
      {
        "code": "intact",
        "display": "Intact",
        "definition": "The animals reproductive organs are intact"
      }
    ]
  }
}