Extensions for Using Data Elements from FHIR STU3 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR STU3 in FHIR R4B - Downloaded Version null See the Directory of published versions

: AnimalSpecies - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "animal-species",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem animal-species</b></p><a name=\"animal-species\"> </a><a name=\"hcanimal-species\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/animal-species</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">canislf<a name=\"animal-species-canislf\"> </a></td><td>Dog</td><td>Canis lupus familiaris</td></tr><tr><td style=\"white-space:nowrap\">ovisa<a name=\"animal-species-ovisa\"> </a></td><td>Sheep</td><td>Ovis aries</td></tr><tr><td style=\"white-space:nowrap\">serinuscd<a name=\"animal-species-serinuscd\"> </a></td><td>Domestic Canary</td><td>Serinus canaria domestica</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r3.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/animal-species",
  "version" : "3.0.2",
  "name" : "AnimalSpecies",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-03-20T12:09:07+11: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 species of animal patients.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/animal-species|5.2.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "canislf",
      "display" : "Dog",
      "definition" : "Canis lupus familiaris"
    },
    {
      "code" : "ovisa",
      "display" : "Sheep",
      "definition" : "Ovis aries"
    },
    {
      "code" : "serinuscd",
      "display" : "Domestic Canary",
      "definition" : "Serinus canaria domestica"
    }
  ]
}