patientIdentification-example

{
"resourceType": "Patient",
"id": "patientIdentification-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PatientIdentification"
]
},
{
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "NL-123456789"
}
],
"name": [
{
"family": "Jansen",
"given": [
"Maria"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31612345678"
},
{
"system": "email",
"value": "m.jansen@example.nl"
}
],
"gender": "female",
"birthDate": "1975-04-12",
"address": [
{
"line": [
"Keizersgracht 123"
],
"city": "Amsterdam",
"postalCode": "1015 CJ",
"country": "NL"
}
],
"contact": [
{
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SPS",
"display": "Spouse"
}
]
}
],
"name": {
"family": "Jansen",
"given": [
"Peter"
]
},
"telecom": [
{
"system": "phone",
"value": "+31698765432"
}
]
}
],
{
"display": "Dr. A. de Vries"
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="patientIdentification-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PatientIdentification" />
</meta>
<system value="urn:oid:2.16.840.1.113883.2.4.6.3" />
<value value="NL-123456789" />
</identifier>
<family value="Jansen" />
<given value="Maria" />
</name>
<system value="phone" />
<value value="+31612345678" />
</telecom>
<system value="email" />
<value value="m.jansen@example.nl" />
</telecom>
<gender value="female" />
<birthDate value="1975-04-12" />
<line value="Keizersgracht 123" />
<city value="Amsterdam" />
<postalCode value="1015 CJ" />
<country value="NL" />
</address>
<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>
</contact>
<display value="Dr. A. de Vries" />
</generalPractitioner>
</Patient>
Patient
Patient.id[0]patientIdentification-example
Patient.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/PatientIdentification
Patient.identifier[0].system[0]urn:oid:2.16.840.1.113883.2.4.6.3
Patient.identifier[0].value[0]NL-123456789
Patient.name[0].family[0]Jansen
Patient.name[0].given[0]Maria
Patient.telecom[0].system[0]phone
Patient.telecom[0].value[0]+31612345678
Patient.telecom[1].system[0]email
Patient.telecom[1].value[0]m.jansen@example.nl
Patient.gender[0]female
Patient.birthDate[0]1975-04-12
Patient.address[0].line[0]Keizersgracht 123
Patient.address[0].city[0]Amsterdam
Patient.address[0].postalCode[0]1015 CJ
Patient.address[0].country[0]NL
Patient.contact[0].relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Patient.contact[0].relationship[0].coding[0].code[0]SPS
Patient.contact[0].relationship[0].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.generalPractitioner[0].display[0]Dr. A. de Vries