Remarks associated with holding pattern records, referencing specific NASR table columns or general notes
Ordered by HP_NAME, HP_NO, TAB_NAME, REF_COL_NAME, REF_COL_SEQ_NO. The combination of these five fields forms the unique record key. Non-specific remarks are identified as GENERAL_REMARK in REF_COL_NAME.
# Introspect the HpfRmk type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
hpName
hpNo
stateCode
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| hpName ← HP_NAME | String | Holding Pattern Identifier formatted as NAVAID_NAME FACILITY_TYPE*STATE_CODE or FIX_NAME FIX_TYPE*STATE_CODE*ICAO_REGION_CODE | ||
| hpNo ← HP_NO | HpfRmkHpNo | Pattern Number to Uniquely Identify Holding Pattern |
| |
| stateCode ← STATE_CODE | HpfRmkStateCode | Associated State Post Office Code, standard two letter abbreviation for US States and Territories | 32 values
| |
| countryCode ← COUNTRY_CODE | HpfBaseCountryCode | Country Post Office Code | 8 values
| |
| tabName ← TAB_NAME | String | NASR table name associated with the Remark | ||
| refColName ← REF_COL_NAME | String | NASR column name associated with the Remark. Non-specific remarks are identified as GENERAL_REMARK | ||
| refColSeqNo ← REF_COL_SEQ_NO | ContinuationRecordNo | Sequence number assigned to the Reference Column Remark to order multiple remarks for the same column |
| |
| remark ← REMARK | String | Free form text that further describes a specific information item for the holding pattern | 26 values
|