STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Claim-example-oral-identifier.json

Raw JSON (canonical form)

SOA Dental Claim using identifiers

{
  "resourceType": "Claim",
  "id": "100154",
  "text": {
    "status": "generated",
    "div": "<div>This example assumes a national health care scheme where patients, providers and organizations have known business identifiers.</div>"
  },
  "type": "oral",
  "identifier": [
    {
      "system": "http://happyvalley.com/claim",
      "value": "12347"
    }
  ],
  "created": "2014-08-16",
  "targetIdentifier": {
    "system": "http://www.jurisdiction.com/insurers",
    "value": "123456"
  },
  "organizationIdentifier": {
    "system": "http://www.jurisdiction.com/careorganizations",
    "value": "HOSP12345"
  },
  "use": "complete",
  "priority": {
    "code": "normal"
  },
  "payee": {
    "type": {
      "code": "provider"
    }
  },
  "diagnosis": [
    {
      "sequence": 1,
      "diagnosis": {
        "code": "123456"
      }
    }
  ],
  "patientIdentifier": {
    "system": "http://www.jurisdiction.com/nationalId",
    "value": "123AB345"
  },
  "coverage": [
    {
      "sequence": 1,
      "focal": true,
      "coverageIdentifier": {
        "system": "http://www.jurisdiction.com/nationalplan",
        "value": "123AB345"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "type": {
        "code": "service"
      },
      "providerIdentifier": {
        "system": "http://www.jurisdiction.com/providerId",
        "value": "MD98765"
      },
      "service": {
        "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"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.