This page is part of the Personal Health Device FHIR IG (v0.1.0: STU 1 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions 
An example patient resource using XDSb type enterprise and patient identifier with optionak name data is shown below.
{
"resourceType": "Patient",
"id": "sisansarahId-1.2.3.4.5.6.7.8.10",
"meta": {
"profile": "placeholder/phdPatient"
},
"identifier": [{
"type": {
"coding": [{
"system": "http://hl7.org/fhir/v2/0203",
"code": "MR"
}]
},
"system": "urn:oid:1.2.3.4.5.6.7.8.10",
"value": "sisansarahId"
}],
"name": [{
"family": "Longstrump",
"given": ["Sisansarah",
"Lorianthah"]
}
}