Sha256: da91fc9e73b03c4ad3690e19e718a36fe49afd1d851652eb3447151642abd028
Contents?: true
Size: 1.22 KB
Versions: 10
Compression:
Stored size: 1.22 KB
Contents
{ "resourceType": "Practitioner", "id": "example", "identifier": [ { "system": "http://www.acme.org/practitioners", "value": "23" } ], "active": true, "name": [ { "family": "Careful", "given": [ "Adam" ], "prefix": [ "Dr" ] } ], "address": [ { "use": "home", "line": [ "534 Erewhon St" ], "city": "PleasantVille", "state": "Vic", "postalCode": "3999" } ], "qualification": [ { "identifier": [ { "system": "http://example.org/UniversityIdentifier", "value": "12345" } ], "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7", "code": "BS", "display": "Bachelor of Science" } ], "text": "Bachelor of Science" }, "period": { "start": "1995" }, "issuer": { "display": "Example University" } } ], "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