Uploaded image for project: 'FHIR Specification Feedback'
  1. FHIR Specification Feedback
  2. FHIR-29725

Various typos and minor corrections

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive
    • Icon: Medium Medium
    • Situation Awareness for Novel Epidemic Response (FHIR)
    • 0.1 [deprecated]
    • Public Health
    • (many)
    • Keith Boone/David Pyke 30-0-1
    • Correction
    • Non-substantive

    Description

      FHIR Release 4.0 = FHIR R4

      Situation Awareness = Situational Awareness

      2.2.2.1:

      From: officials need in order to critical support decision making during an emergency.

      To: officials need in order to support critical decision making during an emergency.

      2.2.2.1:

      defines EEIs : Change link to https://www.phe.gov/Preparedness/planning/hpp/reports/Documents/hpp-pmi-guidance-2017.pdf#page=60

      In the ideal world:

      Fix FOOTNOTE Link:

      EEIs will be well defined and understood before a crisis occurs, but may need to evolve as a crisis evolves and more is understood about the emerging situation.
      Systems that have EEIs will be able to automatically collect and report it to organizations responsible for emergency response. Time spent manually collecting
      and reporting data that is not automated often suffers in quality[^1].

      2.2.4: Change deescribing to describing

      2.2.4: recieving to receiving

      2.2.5: Change to "Types of Measures for Situational Awareness"

      2.2.5: Capacity or Utilization vs. Capacity and Utilization : be consistent in use

      Figure 2.3.1.2-1: Accessing Measure Reports Process Flow

      change to Figure 2.3.2.1-1: Accessing Measure Reports Process Flow

      2.3.4: Missing Measaure Definition Source in Actor List

      2.3.4.1:

      http://build.fhir.org/ig/HL7/fhir-saner/measure_group_covid19_patients.html#provide-the-computable-content

      Change MeaasureComputer to MeasureComputer

      http://build.fhir.org/ig/HL7/fhir-saner/measure_group_covid19_patients.html#provide-the-computable-content
      Patient.distinct()
      .whereExists('Observation',
      for('patient', $this),
      with('status').equalTo(
      'registered' | 'preliminary' | 'final' | 'amended' | 'corrected'),
      with('date').greaterThan(%ReportingPeriod.start - 14 'days'),
      with('code').in(%CovidLabs),
      with('value-concept).in(%PositiveResults)
      ).onServers(%Base), true,
      Patient.distinct()
      .whereExists('Condition',
      for('patient', $this),
      with('verification-status').notEqualTo('refuted'|'entered-in-error').
      with('date').greaterThan(%ReportingPeriod.start - 14 'days'),
      with('code').in(%SuspectedOrConfirmedCOVID19Diagnoses.url)
      // Missing onServers()
      ).exists()

      9.3 FluentQuery Functions
      http://build.fhir.org/ig/HL7/fhir-saner/fluent_query.html
      The functions supporting FluentQuery are defined below.

      ####Search Functions
      Fix^ extra # and missing space

      10.3.2:
      CreateorupdateaMeasureReportfromCSVFormat
      OPERATION: CreateorupdateaMeasureReportfromCSVFormat

      The official URL for this operation definition is:

      http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv
      port from the CSV Format. If a report already exists for the subject and reporter for the given time period, it is updated. Otherwise, a new report is created. See CSV Conversion for details.

      • Clean up operation name
      • Fix issue with truncated text (likely FSH """ related)

      Attachments

        Activity

          People

            Unassigned Unassigned
            Kwboone Keith W. Boone
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: