FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Patient |
| Id | Patient-LIS.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "322-292-73-6",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Patient_Eng"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "CF"
}
],
"text": "CF"
},
"system": "http://hl7.it/sid/codiceFiscale",
"value": "XXXXXXXXXXXXXXXX",
"assigner": {
"display": "MINISTERO DELLE FINANZE"
}
}
],
"active": false,
"name": [
{
"family": "COGNOME PROVA",
"given": [
"NOME PROVA"
]
}
],
"gender": "male",
"birthDate": "2019-07-29"
}