Sha256: 3bd73039205de21926e78a0fd5650a648a5a1481e97a5f520bc25c6f56ed603c
Contents?: true
Size: 1.84 KB
Versions: 7
Compression:
Stored size: 1.84 KB
Contents
<?xml version="1.0" encoding="UTF-8"?><Claim xmlns="http://hl7.org/fhir"> <id value="760150"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the Pharmacy Claim</div> </text> <identifier> <system value="http://happypharma.com/claim"/> <value value="7612345"/> </identifier> <status value="active"/> <type> <system value="http://hl7.org/fhir/ex-claimtype"/> <code value="pharmacy"/> </type> <created value="2014-08-16"/> <insurerReference> <reference value="Organization/2"/> </insurerReference> <organizationReference> <reference value="Organization/1"/> </organizationReference> <use value="complete"/> <priority> <code value="stat"/> </priority> <payee> <type> <code value="provider"/> </type> </payee> <diagnosis> <sequence value="1"/> <diagnosis> <code value="654456"/> </diagnosis> </diagnosis> <patientReference> <reference value="Patient/1"/> </patientReference> <coverage> <sequence value="1"/> <focal value="true"/> <coverageReference> <reference value="Coverage/9876B1"/> </coverageReference> </coverage> <item> <sequence value="1"/> <!-- type> <code value="service"/> </type --> <careTeam> <providerReference> <reference value="Practitioner/example"/> </providerReference> </careTeam> <service> <system value="http://hl7.org/fhir/ex-pharmaservice"/> <code value="smokecess"/> <!-- smoking cessation consult --> </service> <servicedDate value="2014-08-16"/> <unitPrice> <value value="60.00"/> <system value="urn:iso:std:iso:4217"/> <code value="USD"/> </unitPrice> <net> <value value="60.00"/> <system value="urn:iso:std:iso:4217"/> <code value="USD"/> </net> </item> </Claim>
Version data entries
7 entries across 7 versions & 1 rubygems