FHIR IG analytics| Package | rl.fhir.r4.draft |
| Resource Type | Patient |
| Id | Example_Patient_Base.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "esempio-patient-base",
"meta": {
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPatientBase"
]
},
"extension": [
{
"url": "http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritoriali",
"code": "015146",
"display": "MILANO"
}
]
}
}
],
"identifier": [
{
"system": "http://hl7.it/sid/codiceFiscale",
"value": "QTTGGN24H04F205B"
}
],
"active": true,
"name": [
{
"family": "QUATTRO",
"given": [
"GIUGNO"
]
}
],
"gender": "male",
"birthDate": "2024-06-04"
}