Fix search to use category instead of class - USCore #75

XMLWordPrintableJSON

    • Type: Change Request
    • Resolution: Persuasive
    • Priority: Medium
    • US Core (FHIR)
    • STU3
    • Structured Documents
    • DocumentReference [deprecated]
    • SD
    • Hide

      Will update quick start search to use category.

      Show
      Will update quick start search to use category.
    • Eric Haas/Calvin Beebe: 23-0-6
    • Correction
    • Non-substantive

      Existing Wording: Retrieve all Clinical Notes for a given Patient:

      GET [base]/DocumentReference?patient=[id]&class=clinical-note

      Example: GET [base]/DocumentReference?patient=1235541&class=clinical-note

      Proposed Wording: Retrieve all Clinical Notes for a given Patient:

      GET [base]/DocumentReference?patient=[id]&category=clinical-note

      Example: GET [base]/DocumentReference?patient=1235541&category=clinical-note

      Comment:

      Incorrect parameter name. R4 uses category, not class.

      Note that category(class) is not required by your DocumentReference Profile. So it needs to be clearly added by this Profile, or added to the imported profile. I recommend category be required in the us-core DocumentReference. (see other comment)

      Summary:

      Fix search to use category instead of class

            Assignee:
            Unassigned
            Reporter:
            John Moehrke
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: