FHIR IG analytics| Package | hl7.eu.fhir.pcsp |
| Resource Type | Patient |
| Id | Patient-PatientCineca.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientCineca
Profile: Patient: PCSP
MARIO ROSSI Male, DoB: 1985-11-11 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-cineca#223)
| Parent: |
| ||
| Patient Birth Place | ROSIGNANO MARITTIMO | ||
{
"resourceType": "Patient",
"id": "PatientCineca",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "ROSIGNANO MARITTIMO"
}
}
],
"identifier": [
{
"system": "http://hl7.eu/fhir/ig/pcsp/sid/pat-id-cineca",
"value": "223"
}
],
"name": [
{
"family": "ROSSI",
"given": [
"MARIO"
]
}
],
"gender": "male",
"birthDate": "1985-11-11",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PRN",
"display": "Parent"
}
]
}
],
"telecom": [
{
"system": "email",
"value": "d.saraceno@cineca.it"
},
{
"system": "phone",
"value": "398593"
}
]
}
]
}