FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypePractitioner
IdPractitioner-CardioRemotoPractitionerExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Qualifications

-Code
*Cardiologista

Source1

{
  "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"
      }
    }
  ]
}