FHIR IG analytics| Package | br.ufg.cgis.ig |
| Resource Type | Practitioner |
| Id | Practitioner-terapeuta.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "terapeuta",
"meta": {
"profile": [
"https://fhir.fabrica.inf.ufg.br/ig/StructureDefinition/animal-terapeuta"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}
]
}