FHIR IG analytics| Package | ehealth4u.package |
| Resource Type | Person |
| Id | Person_Maria_Iosif.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Person",
"id": "cyehrperson-mariaiosif",
"meta": {
"profile": [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-person-r4"
]
},
"identifier": [
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.3.9143.2.1.1",
"value": "CY/Identity-MI-1111",
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-issuingcountry",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CY",
"display": "Cyprus"
}
]
}
}
]
},
{
"use": "official",
"system": "urn:oid:2.16.840.1.113883.3.9143.2.1.2",
"value": "CY/Passport-MI-1111",
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-issuingcountry",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CY",
"display": "Cyprus"
}
]
}
}
]
},
{
"system": "urn:oid:2.16.840.1.113883.3.9143.2.1.4",
"value": "CY/Social-Insurance-MI-1111"
}
],
"name": [
{
"use": "official",
"given": "Maria",
"family": "Iosif"
}
],
"birthDate": "1986-09-21",
"gender": "female",
"address": {
"use": "home",
"type": "physical",
"line": [
"Aitolon",
"8",
"Parissinos",
"Nicosia",
"2621",
"Cyprus"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Aitolon"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "8"
}
]
}
],
"district": "Parissinos",
"city": "Nicosia",
"postalCode": "2621",
"country": "Cyprus"
},
"telecom": [
{
"system": "phone",
"value": "99080808",
"use": "mobile"
},
{
"system": "email",
"value": "mariaiosif@gmail.com",
"use": "home"
}
],
"active": true,
"link": [
{
"target": {
"reference": "Patient/cyehrpatient-mariaiosif"
}
}
]
}