FHIR IG analytics| Package | test.prova |
| Resource Type | Patient |
| Id | Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Esempio_patient",
"meta": {
"profile": [
"https://Giulia/fhir/StructureDefinition/MyPatientGiulia"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "CF",
"display": "Identificativo Codice Fiscale"
}
]
},
"system": "http://Giulia//fhir/codiceFiscale",
"value": "XXXXXXXXXXXXXXXX",
"assigner": {
"display": "MINISTERO DELLE FINANZE"
}
}
],
"active": true,
"name": [
{
"family": "COGNOME PAZIENTE",
"given": [
"NOME PAZIENTE"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5555 6473",
"use": "work",
"rank": 1
},
{
"system": "phone",
"value": "(03) 3410 5613",
"use": "mobile",
"rank": 2
}
],
"gender": "male",
"birthDate": "2000-05-20",
"deceasedBoolean": false,
"address": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/address-official",
"valueBoolean": true
}
],
"use": "home",
"type": "physical",
"line": [
"VIA PROVA, 5"
],
"city": "Napoli",
"postalCode": "80100"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "T",
"display": "Stato di convivenza"
}
],
"text": "Stato di convivenza"
},
"communication": [
{
"language": {
"text": "italiano"
}
}
]
}