FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Patient |
| Id | Patient-patient-with-passport-identification.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "patient-with-passport-identification",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "PPN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://hl7.org/fhir/sid/passport-USA",
"value": "8876543"
}
],
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
"valueCodeableConcept": {
"coding": [
{
"code": "101",
"system": "http://fhir.health.gov.il/cs/paying-entity-moh",
"display": "קופת חולים כללית"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"line": [
"New york City, NY, USA"
],
"country": "USA"
}
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-il-core-birthsex",
"valueCode": "M"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "en"
}
],
"family": "Smith",
"given": [
"David",
"John"
],
"text": "David John Smith"
}
],
"address": [
{
"line": [
"חניתה 20"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "חניתה"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "20"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
"valueString": "4"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"valueString": "272"
}
]
}
],
"extension": [
{
"extension": [
{
"url": "longitude",
"valueDecimal": 182468.59
},
{
"url": "latitude",
"valueDecimal": 670131.38
}
],
"url": "http://hl7.org/fhir/StructureDefinition/geolocation"
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area",
"valueIdentifier": {
"system": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
"value": "40000733"
}
}
],
"text": "חניתה 20 חיפה",
"city": "חיפה",
"_city": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
"valueCodeableConcept": {
"coding": [
{
"code": "4000",
"system": "http://fhir.health.gov.il/cs/city-symbol"
}
]
}
}
]
},
"postalCode": "3244010",
"district": "חיפה",
"country": "IL"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"active": true,
"telecom": [
{
"system": "phone",
"value": "+4423456789",
"use": "mobile"
},
{
"system": "email",
"value": "johnsmith@example.com"
}
],
"gender": "male",
"birthDate": "1994-03-22",
"deceasedBoolean": false
}