GET api/v2/{practiceId}/clinical/patient/genericinformation/{patientId}

Get generic patient information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
practiceId

globally unique identifier

Required

patientId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PatientFileGenericInformationVo
NameDescriptionTypeAdditional information
PatientFileGenericInformationId

globally unique identifier

None.

CapturedDate

date

None.

PracticeId

globally unique identifier

None.

PatientId

globally unique identifier

None.

Category

string

None.

Answers

Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.SymptomQuestionAnswer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PatientFileGenericInformationId": "d81556f2-2946-4bbd-853e-f9ad2af141ff",
    "CapturedDate": "2025-10-08T22:40:31Z",
    "PracticeId": "6222f187-356d-40c8-80d3-bb58b4d276b0",
    "PatientId": "c2a9f10c-5ce3-4fe2-a5bc-8b4006ad8894",
    "Category": "sample string 5",
    "Answers": [
      {
        "QuestionKey": "sample string 1",
        "SymptomId": "sample string 2",
        "NoteValue": "sample string 3",
        "AnswerValue": "sample string 4",
        "Section": "sample string 5",
        "Notes": "sample string 6"
      },
      {
        "QuestionKey": "sample string 1",
        "SymptomId": "sample string 2",
        "NoteValue": "sample string 3",
        "AnswerValue": "sample string 4",
        "Section": "sample string 5",
        "Notes": "sample string 6"
      }
    ]
  },
  {
    "PatientFileGenericInformationId": "d81556f2-2946-4bbd-853e-f9ad2af141ff",
    "CapturedDate": "2025-10-08T22:40:31Z",
    "PracticeId": "6222f187-356d-40c8-80d3-bb58b4d276b0",
    "PatientId": "c2a9f10c-5ce3-4fe2-a5bc-8b4006ad8894",
    "Category": "sample string 5",
    "Answers": [
      {
        "QuestionKey": "sample string 1",
        "SymptomId": "sample string 2",
        "NoteValue": "sample string 3",
        "AnswerValue": "sample string 4",
        "Section": "sample string 5",
        "Notes": "sample string 6"
      },
      {
        "QuestionKey": "sample string 1",
        "SymptomId": "sample string 2",
        "NoteValue": "sample string 3",
        "AnswerValue": "sample string 4",
        "Section": "sample string 5",
        "Notes": "sample string 6"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfPatientFileGenericInformationVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/clinical/clinical/v1/PatientFileGenericInformationVo/">
  <PatientFileGenericInformationVo>
    <Answers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
      <d3p1:SymptomQuestionAnswer>
        <d3p1:AnswerValue>sample string 4</d3p1:AnswerValue>
        <d3p1:NoteValue>sample string 3</d3p1:NoteValue>
        <d3p1:Notes>sample string 6</d3p1:Notes>
        <d3p1:QuestionKey>sample string 1</d3p1:QuestionKey>
        <d3p1:Section>sample string 5</d3p1:Section>
        <d3p1:SymptomId>sample string 2</d3p1:SymptomId>
      </d3p1:SymptomQuestionAnswer>
      <d3p1:SymptomQuestionAnswer>
        <d3p1:AnswerValue>sample string 4</d3p1:AnswerValue>
        <d3p1:NoteValue>sample string 3</d3p1:NoteValue>
        <d3p1:Notes>sample string 6</d3p1:Notes>
        <d3p1:QuestionKey>sample string 1</d3p1:QuestionKey>
        <d3p1:Section>sample string 5</d3p1:Section>
        <d3p1:SymptomId>sample string 2</d3p1:SymptomId>
      </d3p1:SymptomQuestionAnswer>
    </Answers>
    <CapturedDate>2025-10-08T22:40:31.254779+02:00</CapturedDate>
    <Category>sample string 5</Category>
    <PatientFileGenericInformationId>d81556f2-2946-4bbd-853e-f9ad2af141ff</PatientFileGenericInformationId>
    <PatientId>c2a9f10c-5ce3-4fe2-a5bc-8b4006ad8894</PatientId>
    <PracticeId>6222f187-356d-40c8-80d3-bb58b4d276b0</PracticeId>
  </PatientFileGenericInformationVo>
  <PatientFileGenericInformationVo>
    <Answers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
      <d3p1:SymptomQuestionAnswer>
        <d3p1:AnswerValue>sample string 4</d3p1:AnswerValue>
        <d3p1:NoteValue>sample string 3</d3p1:NoteValue>
        <d3p1:Notes>sample string 6</d3p1:Notes>
        <d3p1:QuestionKey>sample string 1</d3p1:QuestionKey>
        <d3p1:Section>sample string 5</d3p1:Section>
        <d3p1:SymptomId>sample string 2</d3p1:SymptomId>
      </d3p1:SymptomQuestionAnswer>
      <d3p1:SymptomQuestionAnswer>
        <d3p1:AnswerValue>sample string 4</d3p1:AnswerValue>
        <d3p1:NoteValue>sample string 3</d3p1:NoteValue>
        <d3p1:Notes>sample string 6</d3p1:Notes>
        <d3p1:QuestionKey>sample string 1</d3p1:QuestionKey>
        <d3p1:Section>sample string 5</d3p1:Section>
        <d3p1:SymptomId>sample string 2</d3p1:SymptomId>
      </d3p1:SymptomQuestionAnswer>
    </Answers>
    <CapturedDate>2025-10-08T22:40:31.254779+02:00</CapturedDate>
    <Category>sample string 5</Category>
    <PatientFileGenericInformationId>d81556f2-2946-4bbd-853e-f9ad2af141ff</PatientFileGenericInformationId>
    <PatientId>c2a9f10c-5ce3-4fe2-a5bc-8b4006ad8894</PatientId>
    <PracticeId>6222f187-356d-40c8-80d3-bb58b4d276b0</PracticeId>
  </PatientFileGenericInformationVo>
</ArrayOfPatientFileGenericInformationVo>