Sha256: a0c276d890bef09f589b2655a8ac7c713acc37642ff20cae380b6e080e276fb5
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
{ "resourceType": "Patient", "id": "${patientResourceId}", "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "${CD12}${D6}", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "active": true, "name": [ { "use": "official", "family": "Chalmers${C6}", "given": [ "Peter${C6}" ] } ], "telecom": [ { "system": "phone", "value": "(0${D1}) ${D4} ${D4}", "use": "work" } ], "gender": "male", "birthDate": "1973-12-25", "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "${D3} Erewhon${C6} St" ], "city": "PleasantVille${C6}", "state": "Vic${C6}", "postalCode": "3999" } ], "contact": [ { "relationship": [ { "coding": [ { "system": "http://hl7.org/fhir/v2/0131", "code": "CP" } ] } ], "name": { "family": "du Marché", "given": [ "Bénédicte" ] }, "telecom": [ { "system": "phone", "value": "+33 (237) 998327" } ], "gender": "female", "period": { "start": "2012" } } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plan_executor-1.8.0 | lib/tests/testscripts/scripts/connectathon/Patient-02-Formal/FHIRServer/_reference/resources/patient-update-server-id.json |