Sha256: 806009e2c2f0b51c95c97fe53656c2e1c6767b697d447248df56ac5b6fba8561
Contents?: true
Size: 852 Bytes
Versions: 10
Compression:
Stored size: 852 Bytes
Contents
{ "resourceType": "Patient", "id": "pat4", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</p>\n\t\t</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
10 entries across 10 versions & 2 rubygems