FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Practitioner |
| Id | Practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "AREAS.practitioner",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Practitioner_Eng"
]
},
"identifier": [
{
"type": {
"text": "CF"
},
"system": "http://hl7.it/sid/codiceFiscale",
"value": "XXXXXXXXXXXXXXXX"
}
],
"active": true,
"name": [
{
"family": "COGNOME",
"given": [
"NOME"
]
}
],
"gender": "male"
}