FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Patient |
| Id | Esempio_Patient_PNT.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "POD.fa462fc8-7658-4098-ae95-56e4e4c73350",
"meta": {
"profile": [
"https://pnt.gov/fhir/StructureDefinition/Patient"
]
},
"identifier": [
{
"system": "http://hl7.it/sid/codiceFiscale",
"value": "CGNNPR80A01D548T"
}
],
"active": true,
"name": [
{
"family": "COGNOME PROVA",
"given": [
"NOME PROVA"
]
}
],
"gender": "male",
"birthDate": "1980-01-01",
"address": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/address-official",
"valueBoolean": true
}
],
"use": "home",
"type": "physical",
"line": [
"VIA MARTIN LUTHER KING, 6"
],
"city": "Argenta",
"_city": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali",
"code": "038001",
"display": "Argenta"
}
}
]
},
"district": "Ferrara",
"_district": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "http://terminology.hl7.it/CodeSystem/mef-ae-province",
"code": "FE",
"display": "Ferarra"
}
}
]
},
"postalCode": "40132",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritorialiEstere",
"code": "100",
"display": "Italia"
}
}
]
}
}
],
"generalPractitioner": [
{
"reference": "Organization/POD.01c6d12a-a95a-46f6-9cf7-e5b719aaf982"
}
]
}