Guia de Implementação
0.0.3 - ci-build
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
{
"resourceType" : "Patient",
"id" : "romeu",
"meta" : {
"profile" : [
🔗 "https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Romeu </b> (no stated gender), DoB Unknown ( <a href=\"NamingSystem-cadastro-animal.html\">CadastroDeAnimal</a>/12.22.333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Endereço do Dr. Romeu</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>Tutora Marília</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Organization-clinica-veterinaria.html\">Organization/clinica-veterinaria</a> "Clínica Veterinária Animal Feliz"</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This patient is known to be an animal.\">animal:</td><td colspan=\"3\"><ul><li>species: <span title=\"Codes: {http://hl7.org/fhir/animal-species canislf}\">Dog</span></li><li>breed: <span title=\"Codes: {https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca gret}\">Golden Retriever</span></li><li>genderStatus: <span title=\"Codes: {http://hl7.org/fhir/animal-genderstatus neutered}\">Neutered</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "species",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/animal-species",
"code" : "canislf",
"display" : "Dog"
}
]
}
},
{
"url" : "breed",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.fabrica.inf.ufg.br/ig/CodeSystem/raca",
"code" : "gret",
"display" : "Golden Retriever"
}
]
}
},
{
"url" : "genderStatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/animal-genderstatus",
"code" : "neutered"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-animal"
}
],
"identifier" : [
{
"system" : "http://www.gov.br/agricultura/ca",
"value" : "12.22.333"
}
],
"name" : [
{
"given" : [
"Romeu"
]
}
],
"deceasedBoolean" : false,
"address" : [
{
"text" : "Endereço do Dr. Romeu"
}
],
"photo" : [
{
"url" : "https://images.unsplash.com/photo-1552053831-71594a27632d"
}
],
"contact" : [
{
"name" : {
"text" : "Tutora Marília"
}
}
],
"generalPractitioner" : [
{
🔗 "reference" : "Organization/clinica-veterinaria"
}
]
}