GET api/v1/development/healthprofessional/overview/{healthprofessionalid}?Offset={Offset}

Request Information

Headers

URI Parameters

NameDescriptionTypeAdditional information
healthprofessionalid

string

Required

Offset

{Optional} - Return timestamp with calculated offset, default = false.

boolean

None.

Body Parameters

None.

Response Information

Headers

Resource Description

Collection of ObservationPatient
NameDescriptionTypeAdditional information
PatientId

string

None.

Observation

Collection of Observation

None.

Response Formats

application/json

Sample:
[
  {
    "PatientId": "sample string 1",
    "Observation": [
      {
        "Typeid": 528388,
        "Timestamp": "sample string 1",
        "Inputtype": "sample string 2",
        "Source": "sample string 3",
        "Equipmentid": "sample string 4",
        "Measurements": [
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          },
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          }
        ],
        "Comment": "sample string 5",
        "Contexts": [
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          },
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          }
        ]
      },
      {
        "Typeid": 528388,
        "Timestamp": "sample string 1",
        "Inputtype": "sample string 2",
        "Source": "sample string 3",
        "Equipmentid": "sample string 4",
        "Measurements": [
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          },
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          }
        ],
        "Comment": "sample string 5",
        "Contexts": [
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          },
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          }
        ]
      }
    ]
  },
  {
    "PatientId": "sample string 1",
    "Observation": [
      {
        "Typeid": 528388,
        "Timestamp": "sample string 1",
        "Inputtype": "sample string 2",
        "Source": "sample string 3",
        "Equipmentid": "sample string 4",
        "Measurements": [
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          },
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          }
        ],
        "Comment": "sample string 5",
        "Contexts": [
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          },
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          }
        ]
      },
      {
        "Typeid": 528388,
        "Timestamp": "sample string 1",
        "Inputtype": "sample string 2",
        "Source": "sample string 3",
        "Equipmentid": "sample string 4",
        "Measurements": [
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          },
          {
            "TypeId": 68185,
            "Value": "sample string 1",
            "UnitCode": 262656
          }
        ],
        "Comment": "sample string 5",
        "Contexts": [
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          },
          {
            "TypeId": 29152,
            "Context": "sample string 1"
          }
        ]
      }
    ]
  }
]