FHIR IG analytics| Package | br.ufg.cgis.ig |
| Resource Type | Patient |
| Id | Patient-romeu.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Romeu (no stated gender), DoB Unknown ( CadastroDeAnimal/12.22.333)
| Deceased: | false | ||
| Contact Detail: | Endereço do Dr. Romeu | ||
| Contact |
| ||
| Links: |
| ||
| animal: |
| ||
{
"resourceType": "Patient",
"id": "romeu",
"meta": {
"profile": [
"https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}