Versions Compared

Key

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

...

Example JSON representation of content:

{

Code Block
{
    "resourceType": "EligibilityRequest",

    "patient":
{
 {
        "reference": "Patient/chfid"

    },

    "benefitCategory":
{
 {
    	"coding":
[

{

 [
                    {
                        "code": "service"

}

],


                    }
                ],
        "text": "service_code"

    },

    "benefitSubCategory":
{
 {
    	"coding":
[

{

 [
                    {
                        "code": "item"

}

],


                    }
                ],
        "text": "item_code"

}


    }
}