Sha256: 6a136382455046dcd19a9fe86f38bda8aa1a9102f6ee939938b67f00e3e5c07d

Contents?: true

Size: 1.55 KB

Versions: 7

Compression:

Stored size: 1.55 KB

Contents

{
  "resourceType": "Claim",
  "id": "860150",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Claim</div>"
  },
  "identifier": [
    {
      "system": "http://happypdocs.com/claim",
      "value": "8612345"
    }
  ],
  "status": "active",
  "type": {
    "system": "http://hl7.org/fhir/ex-claimtype",
    "code": "professional"
  },
  "created": "2014-08-16",
  "insurerReference": {
    "reference": "Organization/2"
  },
  "organizationReference": {
    "reference": "Organization/1"
  },
  "use": "complete",
  "priority": {
    "code": "normal"
  },
  "payee": {
    "type": {
      "code": "provider"
    }
  },
  "diagnosis": [
    {
      "sequence": 1,
      "diagnosis": {
        "code": "654456"
      }
    }
  ],
  "patientReference": {
    "reference": "Patient/1"
  },
  "coverage": [
    {
      "sequence": 1,
      "focal": true,
      "coverageReference": {
        "reference": "Coverage/9876B1"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "careTeam": [
        {
          "providerReference": {
            "reference": "Practitioner/example"
          }
        }
      ],
      "service": {
        "system": "http://hl7.org/fhir/ex-serviceproduct",
        "code": "exam"
      },
      "servicedDate": "2014-08-16",
      "unitPrice": {
        "value": 75.00,
        "system": "urn:iso:std:iso:4217",
        "code": "USD"
      },
      "net": {
        "value": 75.00,
        "system": "urn:iso:std:iso:4217",
        "code": "USD"
      }
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/claim-example-professional.json
fhir_models-1.6.7 lib/fhir_models/examples/json/claim-example-professional.json
fhir_models-1.6.6 lib/fhir_models/examples/json/claim-example-professional.json
fhir_models-1.6.4 lib/fhir_models/examples/json/claim-example-professional.json
fhir_models-1.6.3 examples/json/claim-example-professional.json
fhir_models-1.6.2 examples/json/claim-example-professional.json
fhir_models-1.6.1 examples/json/claim-example-professional.json