FHIR IG analytics| Package | alticelabs.fhir.smartal.glintt |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}