FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | Practitioner |
| Id | Practitioner-CardioRemotoPractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner CardioRemotoPractitionerExample
Profile: Profissional
identifier: https://cnes.datasus.gov.br/profissionais/CRM-PB-12345 (use: official, )
active: true
name: Maria Oliveira (Official)
telecom: +55 83 98888-0000, maria.oliveira@ufpb.br
address: João Pessoa PB Brasil
| Code |
| Cardiologista |
{
"resourceType": "Practitioner",
"id": "CardioRemotoPractitionerExample",
"meta": {
"profile": [
"http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://cnes.datasus.gov.br/profissionais",
"value": "CRM-PB-12345"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Oliveira",
"given": [
"Maria"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+55 83 98888-0000",
"use": "work"
},
{
"system": "email",
"value": "maria.oliveira@ufpb.br",
"use": "work"
}
],
"address": [
{
"city": "João Pessoa",
"state": "PB",
"country": "Brasil"
}
],
"qualification": [
{
"code": {
"text": "Cardiologista"
}
}
]
}