Sha256: 7a8c477f65fb55b3d00797e03d1952b63cf093854603f8e8c727e204bfcf2fa5
Contents?: true
Size: 1.75 KB
Versions: 14
Compression:
Stored size: 1.75 KB
Contents
{ "resourceType": "Claim", "id": "100150", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Oral Health Claim</div>" }, "identifier": [ { "system": "http://happyvalley.com/claim", "value": "12345" } ], "status": "active", "type": { "coding": [ { "system": "http://hl7.org/fhir/ex-claimtype", "code": "oral" } ] }, "use": "complete", "patient": { "reference": "Patient/1" }, "created": "2014-08-16", "insurer": { "reference": "Organization/2" }, "organization": { "reference": "Organization/1" }, "priority": { "coding": [ { "code": "normal" } ] }, "payee": { "type": { "coding": [ { "code": "provider" } ] } }, "careTeam": [ { "sequence": 1, "provider": { "reference": "Practitioner/example" } } ], "diagnosis": [ { "sequence": 1, "diagnosisCodeableConcept": { "coding": [ { "code": "123456" } ] } } ], "insurance": [ { "sequence": 1, "focal": true, "coverage": { "reference": "Coverage/9876B1" } } ], "item": [ { "sequence": 1, "careTeamLinkId": [ 1 ], "service": { "coding": [ { "code": "1200" } ] }, "servicedDate": "2014-08-16", "unitPrice": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" }, "net": { "value": 135.57, "system": "urn:iso:std:iso:4217", "code": "USD" } } ] }
Version data entries
14 entries across 14 versions & 2 rubygems