{ "resourceType": "Patient", "id": "${ResourceId}", "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "654321" } ], "active": true, "name": [ { "use": "official", "family": "Donald", "given": [ "Duck" ] } ], "gender": "male", "contact": [ { "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0131", "code": "E" } ] } ], "organization": { "reference": "Organization/1", "display": "Walt Disney Corporation" } } ], "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" }, "link": [ { "other": { "reference": "Patient/pat2" }, "type": "seealso" } ] }