Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Patient

Patients can search for measurements by:

  • $search-measurement

  • Search on Observation

  • Search on Media

  • Search on QuestionnaireResponse

Practitioner

Practitioners can search for measurements by same methods as Patient, but restrictions apply:

  • Practitioner must be logged in using a CareTeam that, in generic terms, ”plays a role in the corresponding EpisodeOfCare or CarePlan”

Searching measurements with $search-measurement

POST $search-measurement request body:

Parameters

  • 0..1 Patient reference

  • 0..1 EpisodeOfCare reference

  • 0..1 Device reference

  • 1..1 Period

  • 0..* ServiceRequest reference(s)

Combinations allow for:

  • broad searches (Patient and Period only)

  • very specific searches (Period and ServiceRequest) and other combinations

Response:

  • Bundle of:

    • Bundle for each submitted together:

      • 0..* Observation

      • 0..* Media

      • 0..* QuestionnaireResponse

        • 1..* Questionnaire

      • 0..* Provenance indicating reuse of measurement

  • No labels