contactPersonOrGuardian-example

{
"resourceType": "Patient",
"id": "contactPersonOrGuardian-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ContactPersonOrGuardian"
]
},
"name": [
{
"family": "Jansen",
"given": [
"Maria"
]
}
],
"birthDate": "1975-04-12",
"contact": [
{
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code": "GUARD",
"display": "Guardian"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SPS",
"display": "Spouse"
}
]
}
],
"name": {
"family": "Jansen",
"given": [
"Peter"
]
},
"telecom": [
{
"system": "phone",
"value": "+31698765432"
},
{
"system": "email",
"value": "p.jansen@example.nl"
}
]
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="contactPersonOrGuardian-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ContactPersonOrGuardian" />
</meta>
<family value="Jansen" />
<given value="Maria" />
</name>
<birthDate value="1975-04-12" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass" />
<code value="GUARD" />
<display value="Guardian" />
</coding>
</relationship>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="SPS" />
<display value="Spouse" />
</coding>
</relationship>
<family value="Jansen" />
<given value="Peter" />
</name>
<system value="phone" />
<value value="+31698765432" />
</telecom>
<system value="email" />
<value value="p.jansen@example.nl" />
</telecom>
</contact>
</Patient>
Patient
Patient.id[0]contactPersonOrGuardian-example
Patient.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ContactPersonOrGuardian
Patient.name[0].family[0]Jansen
Patient.name[0].given[0]Maria
Patient.birthDate[0]1975-04-12
Patient.contact[0].relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleClass
Patient.contact[0].relationship[0].coding[0].code[0]GUARD
Patient.contact[0].relationship[0].coding[0].display[0]Guardian
Patient.contact[0].relationship[1].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Patient.contact[0].relationship[1].coding[0].code[0]SPS
Patient.contact[0].relationship[1].coding[0].display[0]Spouse
Patient.contact[0].name[0].family[0]Jansen
Patient.contact[0].name[0].given[0]Peter
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]+31698765432
Patient.contact[0].telecom[1].system[0]email
Patient.contact[0].telecom[1].value[0]p.jansen@example.nl