Sha256: a920bd97b768691c9a95c5c91c775d2ba42b05dc59abf422b19e7e40b73b6ff0
Contents?: true
Size: 1.47 KB
Versions: 10
Compression:
Stored size: 1.47 KB
Contents
{ "resourceType": "DocumentManifest", "id": "example", "contained": [ { "resourceType": "Practitioner", "id": "a1", "name": [ { "family": "Dopplemeyer", "given": [ "Sherry" ] } ], "telecom": [ { "system": "email", "value": "john.doe@healthcare.example.org" } ] } ], "masterIdentifier": { "system": "http://example.org/documents", "value": "23425234234-2346" }, "identifier": [ { "system": "http://example.org/documents", "value": "23425234234-2347" } ], "status": "current", "type": { "text": "History and Physical" }, "subject": { "reference": "Patient/xcda" }, "created": "2004-12-25T23:50:50-05:00", "author": [ { "reference": "#a1" } ], "recipient": [ { "reference": "Practitioner/xcda1" } ], "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1", "description": "Physical", "content": [ { "reference": "DocumentReference/example" } ], "related": [ { "identifier": { "system": "http://example.org/documents", "value": "23425234234-9999" }, "ref": { "reference": "DocumentReference/example" } } ], "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }
Version data entries
10 entries across 10 versions & 1 rubygems