FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4b
Resource TypeClaim
IdClaim-claim3.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Claim

Resource Claim "claim3" Version "1" Updated "2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: Claim_eltss

status: active

type: Professional (Claim Type Codes#professional)

use: claim

patient: Patient/patientBSJ1 " SMITH-JOHNSON"

created: 2020-05-01

provider: Organization/funding1 "Texas Department of Community Health"

priority: Normal (Process Priority Codes#normal)

Insurances

-SequenceFocalCoverage
*1trueCoverage/coverage1

item

sequence: 1

productOrService: Therapeutic procedure, 1 or more areas, each 15 minutes; therapeutic exercises to develop strength and endurance, range of motion and flexibility (Current Procedural Terminology (CPT®)#97110)

UnitPrices

-Value
*65

Nets

-Value
*780

Source1

{
  "resourceType": "Claim",
  "id": "claim3",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-03T10:16:03.512-04:00",
    "source": "#KZ0jzPjXDrhCiMif",
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/Claim-eltss"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "professional"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/patientBSJ1"
  },
  "created": "2020-05-01",
  "provider": {
    "reference": "Organization/funding1"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/processpriority",
        "code": "normal"
      }
    ]
  },
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/coverage1"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "productOrService": {
        "coding": [
          {
            "system": "http://www.ama-assn.org/go/cpt",
            "code": "97110"
          }
        ]
      },
      "unitPrice": {
        "value": 65
      },
      "net": {
        "value": 780
      }
    }
  ]
}