This page is part of the Da Vinci Patient Cost Transparency Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Claim xmlns="http://hl7.org/fhir">
<id value="PCT-GFE-Summary-MRI"/>
<meta>
<profile
value="http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-summary"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Claim</b><a name="PCT-GFE-Summary-MRI"> </a><a name="hcPCT-GFE-Summary-MRI"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Claim "PCT-GFE-Summary-MRI" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-davinci-pct-gfe-summary.html">PCT Good Faith Estimate Summary</a></p></div><p><b>status</b>: active</p><p><b>type</b>: Estimate Summary <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PCTEstimateTypeSummaryCSTemporaryTrialUse.html">PCT Estimate Type Code System</a>#estimate-summary)</span></p><p><b>use</b>: predetermination</p><p><b>patient</b>: <a href="Patient-patient1001.html">Patient/patient1001</a> " BETTERHALF"</p><p><b>billablePeriod</b>: 2021-10-31 --> (ongoing)</p><p><b>created</b>: 2021-10-05</p><p><b>insurer</b>: <a href="Organization-org1001.html">Organization/org1001</a> "Umbrella Insurance Company"</p><p><b>provider</b>: <span>??</span></p><p><b>priority</b>: Normal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-processpriority.html">Process Priority Codes</a>#normal)</span></p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td><td><b>PackageCode</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>Unspecified focal traumatic brain injury <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#S06.30)</span></td><td>Principal Diagnosis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-ex-diagnosistype.html">Example Diagnosis Type Codes</a>#principal)</span></td><td>Head trauma - concussion <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-ex-diagnosisrelatedgroup.html">Example Diagnosis Related Group Codes</a>#400)</span></td></tr></table><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>true</td><td><a href="Coverage-coverage1001.html">Coverage/coverage1001</a></td></tr></table><h3>Totals</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>200</td><td>USD</td></tr></table></div>
</text>
<status value="active"/>
<type>
<coding>
<system
value="http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTEstimateTypeSummaryCSTemporaryTrialUse"/>
<code value="estimate-summary"/>
<display value="Estimate Summary"/>
</coding>
</type>
<use value="predetermination"/>
<patient>🔗
<reference value="Patient/patient1001"/>
</patient>
<billablePeriod>
<start value="2021-10-31"/>
</billablePeriod>
<created value="2021-10-05"/>
<insurer>🔗
<reference value="Organization/org1001"/>
</insurer>
<provider>
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="not-applicable"/>
</extension>
</provider>
<priority>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
<code value="normal"/>
</coding>
</priority>
<diagnosis>
<sequence value="1"/>
<diagnosisCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="S06.30"/>
<display value="Unspecified focal traumatic brain injury"/>
</coding>
</diagnosisCodeableConcept>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-diagnosistype"/>
<code value="principal"/>
</coding>
</type>
<packageCode>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-diagnosisrelatedgroup"/>
<code value="400"/>
<display value="Head trauma - concussion"/>
</coding>
</packageCode>
</diagnosis>
<insurance>
<sequence value="1"/>
<focal value="true"/>
<coverage>🔗
<reference value="Coverage/coverage1001"/>
</coverage>
</insurance>
<total>
<value value="200"/>
<currency value="USD"/>
</total>
</Claim>