You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These rules provide a structured approach to categorizing FHIR bundles based on the presence of specific resources, profiles, and coding. Here's a breakdown:
Normalized API Bundle Type Assignment Rules:
Rule 1: Multiple Categories in a Bundle
A bundle may contain multiple categories. This means a single bundle could potentially be classified as more than one category based on the presence of relevant resource types and profiles.
These rules are used to help identify what category a bundle belongs to based on the resources and profiles it contains.
If multiple resource types and profiles are found in a bundle, it may be categorized under multiple types, like Screening, Assessment, or Referral, based on the respective rules.
The text was updated successfully, but these errors were encountered:
alan-francis
added a commit
to alan-francis/polyglot-prime
that referenced
this issue
Jan 30, 2025
These rules provide a structured approach to categorizing FHIR bundles based on the presence of specific resources, profiles, and coding. Here's a breakdown:
Normalized API Bundle Type Assignment Rules:
Rule 1: Multiple Categories in a Bundle
Rule 2: Screening
"96777-8"
,"97023-6"
, or"NYS-AHC-HRSN"
.http://shinny.org/us/ny/hrsn/StructureDefinition/shinny-observation-screening-response
.Rule 3: Assessment
http://shinny.org/us/ny/hrsn/StructureDefinition/SHINNY-SDOHCC-Condition
.Rule 4: Referral
http://shinny.org/us/ny/hrsn/StructureDefinition/SHINNY-SDOHServiceRequest
.http://shinny.org/us/ny/hrsn/StructureDefinition/SHINNYSDOHTaskForReferralManagement
.Usage:
The text was updated successfully, but these errors were encountered: