Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "Claim",
    "billablePeriod": {
        "end": "2018-10-03",
        "start": "2018-10-03"
    },
    "created": "2018-10-03",
    "diagnosis": [
        {
            "diagnosisReference": {
                "reference": "Condition/A02"
            },
            "sequence": 1,
            "type": [
                {
                    "coding": [
                        {
                            "code": "icd_0"
                        }
                    ]
                }
            ]
        }
    ],
    "enterer": {
        "reference": "Practitioner/6F480233-5A7B-4034-8107-17B419E32498"
    },
    "facility": {
        "reference": "Location/D61C869B-F184-4CAE-B61B-0AD52DDE2354"
    },
    "id": "858A706A-A6BF-48DC-998D-30EFDAF8EDD2",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "858A706A-A6BF-48DC-998D-30EFDAF8EDD2"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "MR",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "CID00001"
        }
    ],
    "item": [
        {
            "category": {
                "text": "item"
            },
            "extension": [
                {
                    "url": "Medication",
                    "valueReference": {
                        "reference": "Medication/b75dbd4bc0e1e1d7-f1e40b54-4bd444df-b605b414-fc2b54e9c09ee7bc03b6f748"
                    }
                }
            ],
            "productOrService": {
                "text": "0182"
            },
            "quantity": {
                "value": 2.0
            },
            "sequence": 1,
            "unitPrice": {
                "value": 10.0
            }
        },
        {
            "category": {
                "text": "service"
            },
            "extension": [
                {
                    "url": "ActivityDefinition",
                    "valueReference": {
                        "reference": "ActivityDefinition/7d995d0d9eb619fc-16565fe3-43a04628-833d8cc8-b787aaac7063c6754db04f30"
                    }
                }
            ],
            "productOrService": {
                "text": "A1"
            },
            "quantity": {
                "value": 1.0
            },
            "sequence": 2,
            "unitPrice": {
                "value": 400.0
            }
        },
        {
            "category": {
                "text": "service"
            },
            "extension": [
                {
                    "url": "ActivityDefinition",
                    "valueReference": {
                        "reference": "ActivityDefinition/70a9ba7b1976d413-ae977725-437d4d90-9dceaa9f-1b195cfe7f407f80e7376743"
                    }
                }
            ],
            "productOrService": {
                "text": "I113"
            },
            "quantity": {
                "value": 1.0
            },
            "sequence": 3,
            "unitPrice": {
                "value": 1250.0
            }
        }
    ],
    "patient": {
        "reference": "Patient/1D464C09-5334-407F-9882-14C097B89BBD"
    },
    "total": {
        "value": 1670.0
    },
    "type": {
        "text": "O"
    }
}

...