Sha256: f66f8a12613378978ddb7dc4cf9e2207baa664348ba9845ef115d99a404e6c4d
Contents?: true
Size: 1.13 KB
Versions: 14
Compression:
Stored size: 1.13 KB
Contents
{ "resourceType": "Patient", "id": "glossy", "meta": { "lastUpdated": "2014-11-13T11:41:00+11:00" }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Henry Levin the 7th</p>\n <p>MRN: 123456. Male, 24-Sept 1932</p>\n </div>" }, "extension": [ { "url": "http://example.org/StructureDefinition/trials", "valueCode": "renal" } ], "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "http://www.goodhealth.org/identifiers/mrn", "value": "123456" } ], "active": true, "name": [ { "family": "Levin", "given": [ "Henry" ], "suffix": [ "The 7th" ] } ], "gender": "male", "birthDate": "1932-09-24", "generalPractitioner": [ { "reference": "Practitioner/example", "display": "Dr Adam Careful" } ], "managingOrganization": { "reference": "Organization/2", "display": "Good Health Clinic" } }
Version data entries
14 entries across 14 versions & 2 rubygems