FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Patient |
| Id | Patient-patient-ppn-no-country.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "patient-ppn-no-country",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "PPN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Passport Number"
}
]
},
"value": "A12345678",
"_system": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}
],
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1990-01-01",
"telecom": [
{
"system": "phone",
"value": "+972-54-1234567",
"use": "mobile"
}
],
"address": [
{
"line": [
"Herzl Street 10"
],
"city": "Tel Aviv",
"country": "IL"
}
],
"managingOrganization": {
"reference": "Organization/soroka"
}
}