Sha256: 016412ce8f6dd447c3e67d73cfe789d84351164aeda26bfb35ee518bd2bf0be1
Contents?: true
Size: 884 Bytes
Versions: 7
Compression:
Stored size: 884 Bytes
Contents
{ "resourceType": "Patient", "id": "pat4", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</p>\n \n </div>" }, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "urn:oid:0.1.2.3.4.5.6.7", "value": "123458" } ], "active": true, "name": [ { "use": "official", "family": [ "Notsowell" ], "given": [ "Sandy" ] } ], "gender": "female", "birthDate": "1982-08-02", "deceasedBoolean": true, "managingOrganization": { "reference": "Organization/1", "display": "ACME Healthcare, Inc" } }
Version data entries
7 entries across 7 versions & 1 rubygems