FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example-related-person.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "RelatedPerson",
"id": "example-related-person",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-related-person"
]
},
"extension": [
{
"extension": [
{
"url": "given",
"valueString": "John Doe Sr."
}
],
"url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
}
],
"identifier": [
{
"system": "http://fhir.health.gov.il/identifier/il-national-id",
"value": "000000018"
}
],
"active": true,
"patient": {
"reference": "Patient/patient-with-hebrew-date"
},
"relationship": [
{
"coding": [
{
"code": "GUARD",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "Guardian"
}
]
}
],
"name": [
{
"family": "Doe",
"given": [
"John"
],
"use": "official"
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-555-5555",
"use": "mobile"
}
],
"address": [
{
"line": [
"123 Main St"
],
"city": "Somewhere",
"state": "CA",
"postalCode": "90210",
"country": "USA"
}
],
"gender": "male"
}