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

: terapeuta - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "terapeuta",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal-terapeuta"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Romeu</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "388445009"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://www.gov.br/agricultura/ca",
      "value" : "12.22.333"
    },
    {
      "system" : "http://crmv.org/cat",
      "value" : "crmv.codigo.123"
    }
  ],
  "active" : true,
  "name" : [
    {
      "given" : [
        "Romeu"
      ]
    }
  ],
  "telecom" : [
    {
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "text" : "Endereço do Dr. Romeu"
    }
  ],
  "photo" : [
    {
      "url" : "https://images.unsplash.com/photo-1552053831-71594a27632d"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/qualificacao",
            "code" : "alerta"
          }
        ]
      }
    }
  ]
}