FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "animal-genderstatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/animal-genderstatus defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">neutered\n <a name=\"animal-genderstatus-neutered\"> </a>\n </td>\n <td>Neutered</td>\n <td>The animal has been sterilized, castrated or otherwise made infertile.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">intact\n <a name=\"animal-genderstatus-intact\"> </a>\n </td>\n <td>Intact</td>\n <td>The animal's reproductive organs are intact.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">unknown\n <a name=\"animal-genderstatus-unknown\"> </a>\n </td>\n <td>Unknown</td>\n <td>Unable to determine whether the animal has been neutered.</td>\n </tr>\n </table>\n <p>\n <b>Additional Language Displays</b>\n </p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Nederlands (Dutch, nl)</b>\n </td>\n </tr>\n <tr>\n <td>neutered</td>\n <td>gesteriliseerd</td>\n </tr>\n <tr>\n <td>intact</td>\n <td>intact</td>\n </tr>\n <tr>\n <td>unknown</td>\n <td>onbekend</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
}
],
"url" : "http://hl7.org/fhir/animal-genderstatus",
"version" : "4.3.0",
"name" : "GenderStatus",
"status" : "draft",
"experimental" : false,
"date" : "2025-09-13T16:38:45-04:00",
"publisher" : "Patient Administration",
"contact" : [
{
"name" : "Patient Administration",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"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.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "neutered",
"display" : "Neutered",
"definition" : "The animal has been sterilized, castrated or otherwise made infertile.",
"designation" : [
{
"language" : "nl",
"value" : "gesteriliseerd"
}
]
},
{
"code" : "intact",
"display" : "Intact",
"definition" : "The animal's reproductive organs are intact.",
"designation" : [
{
"language" : "nl",
"value" : "intact"
}
]
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "Unable to determine whether the animal has been neutered.",
"designation" : [
{
"language" : "nl",
"value" : "onbekend"
}
]
}
]
}