FHIR IG analytics| Package | rl.fhir.r4.draft |
| Resource Type | Practitioner |
| Id | Example_Practitioner_Core_LDO.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "esempio-practitioner-core-ldo",
"meta": {
"lastUpdated": "2023-01-11T08:32:56+01:00",
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerCore"
],
"versionId": "1"
},
"identifier": [
{
"system": "http://hl7.it/sid/codiceFiscale",
"value": "PROVAX00X00X000Y"
},
{
"system": "https://fhir.siss.regione.lombardia.it/CodeSystem/HL7",
"value": "123456"
},
{
"system": "http://www.acme.com/identifiers/patient"
}
],
"address": [
{
"city": "Roma",
"line": [
"via Roma 1"
],
"postalCode": "00184",
"use": "home"
}
],
"name": [
{
"family": "Esempio",
"given": [
"Test"
]
}
]
}