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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypePractitioner
IdPractitioner-PractitionerExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerExample",
  "meta": {
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Glintt-Practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/practitioner",
      "value": "a8b3c92d-1234-4567-89ab-cdef01234567"
    },
    {
      "use": "official",
      "system": "https://ordemdosmedicos.pt/",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD",
            "display": "Medical License number"
          }
        ]
      },
      "value": "M12345"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Pinto",
      "given": [
        "Breda"
      ],
      "text": "Breda Pinto"
    }
  ]
}