7.1. Pacijent

Ivo IVIĆ
MBO180223069
SpolMuški
Datum rođenja05 Siječanj 1955
Datum smrti06 Studeni 2022
<Patient xmlns="http://hl7.org/fhir">
<id value="1442" />
<versionId value="18" />
<lastUpdated value="2023-03-09T16:59:14.761+00:00" />
<source value="#3bb3b009980bbb85" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-patient-last-contact">
<valueDate value="2022-07-17" />
</extension>
<system value="http://fhir.cezih.hr/specifikacije/identifikatori/MBO" />
<value value="180223069" />
</identifier>
<system value="http://fhir.cezih.hr/specifikacije/identifikatori/jedinstveni-identifikator-pacijenta" />
<value value="5f0d39ed-9c98-4004-91a9-378d697e7b6a" />
</identifier>
<active value="true" />
<text value="Ivo Ivić" />
<family value="Ivić" />
<given value="Ivo" />
</name>
<gender value="male" />
<birthDate value="1955-01-05" />
<deceasedDateTime value="2022-11-06" />
</Patient>
{
"resourceType": "Patient",
"id": "1442",
"meta": {
"versionId": "18",
"lastUpdated": "2023-03-09T16:59:14.761+00:00",
"source": "#3bb3b009980bbb85"
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-patient-last-contact",
"valueDate": "2022-07-17"
}
],
{
"system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
"value": "180223069"
},
{
"system": "http://fhir.cezih.hr/specifikacije/identifikatori/jedinstveni-identifikator-pacijenta",
"value": "5f0d39ed-9c98-4004-91a9-378d697e7b6a"
}
],
"active": true,
"name": [
{
"text": "Ivo Ivić",
"family": "Ivić",
"given": [
"Ivo"
]
}
],
"gender": "male",
"birthDate": "1955-01-05",
"deceasedDateTime": "2022-11-06"
}