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

FHIR IG analytics

Packagebr.ufg.cgis.ig
Resource TypePractitioner
IdPractitioner-terapeuta.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

Dr. Romeu

Source1

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