Skip to main content

Update Diagnostic Result

PATCH 

https://api.sandbox.daslab.health/v2/diagnostic-results/:id

Updates a Diagnostic Result.

Request

Path Parameters

    id uuidrequired

    The ID of the Diagnostic Result.

Body

required
    diagnosticReport objectrequired
    resourceType stringrequired
    identifier object[]required
  • Array [
  • type objectrequired
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    system string
    value stringrequired
  • ]
  • basedOn object[]required
  • Array [
  • type string
    reference stringrequired
  • ]
  • presentedForm object[]
  • Array [
  • contentType stringrequired
    language stringrequired
    data stringrequired
  • ]
  • observations object[]
  • Array [
  • resourceType stringrequired
    identifier object[]
  • Array [
  • type objectrequired
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    system string
    value stringrequired
  • ]
  • code objectrequired
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    valueCodeableConcept object
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    valueQuantity object
    comparator string
    value numberrequired
    unit stringrequired
    system stringrequired
    code stringrequired
    referenceRange object[]
  • Array [
  • low object
    comparator string
    value numberrequired
    unit stringrequired
    system stringrequired
    code stringrequired
    high object
    comparator string
    value numberrequired
    unit stringrequired
    system stringrequired
    code stringrequired
    type objectrequired
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    normalValue object
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
    appliesTo object[]
  • Array [
  • coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
  • ]
  • age object
    low objectrequired
    comparator string
    value numberrequired
    unit stringrequired
    system stringrequired
    code stringrequired
    high objectrequired
    comparator string
    value numberrequired
    unit stringrequired
    system stringrequired
    code stringrequired
    text string
  • ]
  • note object[]
  • Array [
  • authorReference objectrequired
    type string
    reference stringrequired
    authorString stringrequired
    time stringrequired
    text stringrequired
  • ]
  • method objectrequired
    coding object[]required
  • Array [
  • code stringrequired
    display stringrequired
    system stringrequired
  • ]
  • text string
  • ]

Responses

Update accepted.

Schema
    any

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L -X PATCH 'https://api.sandbox.daslab.health/v2/diagnostic-results/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"diagnosticReport": {
"resourceType": "string",
"identifier": [
{
"type": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"system": "string",
"value": "string"
}
],
"basedOn": [
{
"type": "string",
"reference": "string"
}
],
"presentedForm": [
{
"contentType": "string",
"language": "string",
"data": "string"
}
]
},
"observations": [
{
"resourceType": "string",
"identifier": [
{
"type": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"system": "string",
"value": "string"
}
],
"code": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"valueCodeableConcept": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"valueQuantity": {
"comparator": "string",
"value": 0,
"unit": "string",
"system": "string",
"code": "string"
},
"referenceRange": [
{
"low": {
"comparator": "string",
"value": 0,
"unit": "string",
"system": "string",
"code": "string"
},
"high": {
"comparator": "string",
"value": 0,
"unit": "string",
"system": "string",
"code": "string"
},
"type": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"normalValue": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
},
"appliesTo": [
{
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
}
],
"age": {
"low": {
"comparator": "string",
"value": 0,
"unit": "string",
"system": "string",
"code": "string"
},
"high": {
"comparator": "string",
"value": 0,
"unit": "string",
"system": "string",
"code": "string"
}
},
"text": "string"
}
],
"note": [
{
"authorReference": {
"type": "string",
"reference": "string"
},
"authorString": "string",
"time": "string",
"text": "string"
}
],
"method": {
"coding": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"text": "string"
}
}
]
}'
Request Collapse all
Base URL
https://api.sandbox.daslab.health
Auth
Parameters
— pathrequired
Body required
{
  "diagnosticReport": {
    "resourceType": "string",
    "identifier": [
      {
        "type": {
          "coding": [
            {
              "code": "string",
              "display": "string",
              "system": "string"
            }
          ],
          "text": "string"
        },
        "system": "string",
        "value": "string"
      }
    ],
    "basedOn": [
      {
        "type": "string",
        "reference": "string"
      }
    ],
    "presentedForm": [
      {
        "contentType": "string",
        "language": "string",
        "data": "string"
      }
    ]
  },
  "observations": [
    {
      "resourceType": "string",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "code": "string",
                "display": "string",
                "system": "string"
              }
            ],
            "text": "string"
          },
          "system": "string",
          "value": "string"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "string",
            "display": "string",
            "system": "string"
          }
        ],
        "text": "string"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "string",
            "display": "string",
            "system": "string"
          }
        ],
        "text": "string"
      },
      "valueQuantity": {
        "comparator": "string",
        "value": 0,
        "unit": "string",
        "system": "string",
        "code": "string"
      },
      "referenceRange": [
        {
          "low": {
            "comparator": "string",
            "value": 0,
            "unit": "string",
            "system": "string",
            "code": "string"
          },
          "high": {
            "comparator": "string",
            "value": 0,
            "unit": "string",
            "system": "string",
            "code": "string"
          },
          "type": {
            "coding": [
              {
                "code": "string",
                "display": "string",
                "system": "string"
              }
            ],
            "text": "string"
          },
          "normalValue": {
            "coding": [
              {
                "code": "string",
                "display": "string",
                "system": "string"
              }
            ],
            "text": "string"
          },
          "appliesTo": [
            {
              "coding": [
                {
                  "code": "string",
                  "display": "string",
                  "system": "string"
                }
              ],
              "text": "string"
            }
          ],
          "age": {
            "low": {
              "comparator": "string",
              "value": 0,
              "unit": "string",
              "system": "string",
              "code": "string"
            },
            "high": {
              "comparator": "string",
              "value": 0,
              "unit": "string",
              "system": "string",
              "code": "string"
            }
          },
          "text": "string"
        }
      ],
      "note": [
        {
          "authorReference": {
            "type": "string",
            "reference": "string"
          },
          "authorString": "string",
          "time": "string",
          "text": "string"
        }
      ],
      "method": {
        "coding": [
          {
            "code": "string",
            "display": "string",
            "system": "string"
          }
        ],
        "text": "string"
      }
    }
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!