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": "ACSNUUID",
                        "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/3f8571eab75dbd4b-7a8af1e4-468e4bd4-b903b605-54a116814cb9fc2b54e9c09e"
                    }
                }
            ],
            "productOrService": {
                "text": "0182"
            },
            "quantity": {
                "value": 2.0
            },
            "sequence": 1,
            "unitPrice": {
                "value": 10.0
            }
        },
        {
            "category": {
                "text": "service"
            },
            "extension": [
                {
                    "url": "ActivityDefinition",
                    "valueReference": {
                        "reference": "ActivityDefinition/a7d0b4a87d995d0d-6fb41656-4b4e43a0-ad71833d-6d03bb331b3db787aaac7063"
                    }
                }
            ],
            "productOrService": {
                "text": "A1"
            },
            "quantity": {
                "value": 1.0
            },
            "sequence": 2,
            "unitPrice": {
                "value": 400.0
            }
        },
        {
            "category": {
                "text": "service"
            },
            "extension": [
                {
                    "url": "ActivityDefinition",
                    "valueReference": {
                        "reference": "ActivityDefinition/e36e6dc870a9ba7b-106eae97-4155437d-ba3a9dce-cd8123520f431b195cfe7f40"
                    }
                }
            ],
            "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"
    }
}

...