FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-animal-genderstatus.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem animal-genderstatus

This case-sensitive code system http://hl7.org/fhir/animal-genderstatus defines the following codes:

CodeDisplayDefinitionNederlands (Dutch, nl)
neutered NeuteredThe animal has been sterilized, castrated or otherwise made infertile.gesteriliseerd
intact IntactThe animal's reproductive organs are intact.intact
unknown UnknownUnable to determine whether the animal has been neutered.onbekend

Source1

{
  "resourceType": "CodeSystem",
  "id": "animal-genderstatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/animal-genderstatus",
  "version": "4.0.1",
  "name": "GenderStatus",
  "title": "Gender status",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:11:23-04:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "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,
  "valueSet": "http://hl7.org/fhir/ValueSet/animal-genderstatus|5.2.0",
  "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"
        }
      ]
    }
  ]
}