Guia de Implementação
0.0.3 - ci-build Brazil flag

Guia de Implementação - Local Development build (v0.0.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Qualificação de animal terapeuta - JSON Representation

Active as of 2024-03-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "raca",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Códigos para raças de animais terapeutas</div>"
  },
  "url" : "https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca",
  "version" : "0.0.3",
  "name" : "Raca",
  "title" : "Qualificação de animal terapeuta",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-03-31T18:32:07-03:00",
  "publisher" : "CGIS",
  "contact" : [
    {
      "name" : "CGIS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cgis.ufg.br/"
        },
        {
          "system" : "email",
          "value" : "fabio@inf.ufg.br"
        }
      ]
    }
  ],
  "description" : "Vocabulário para designar as capacidades de um animal terapeuta",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "https://fhir.fabrica.inf.ufg.br/ig/ValueSet/vs-raca",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "gsd",
      "display" : "German Shepherd Dog"
    },
    {
      "code" : "irt",
      "display" : "Irish Terrier"
    },
    {
      "code" : "tibmas",
      "display" : "Tibetan Mastiff"
    },
    {
      "code" : "gret",
      "display" : "Golden Retriever"
    }
  ]
}